LocationAPI/src/config/test.dist.js

13 lines
181 B
JavaScript

export default {
environment: 'test',
port: 3005,
bodyLimit: '300kb',
db: {
host: 'localhost',
user: '~',
password: '~',
timezone: '+00:00',
decimalNumbers: true
}
}