LocationAPI/src/config/test.dist.js

13 lines
181 B
JavaScript
Raw Normal View History

2025-04-01 18:37:15 +00:00
export default {
environment: 'test',
port: 3005,
bodyLimit: '300kb',
db: {
host: 'localhost',
user: '~',
password: '~',
timezone: '+00:00',
decimalNumbers: true
}
}