ruscomap/config/default.json

13 lines
241 B
JSON
Raw Normal View History

2024-07-16 17:04:32 +02:00
{
2024-07-17 12:00:34 +02:00
"app": {
"port": "3000",
"upload": "uploads/"
},
2024-07-16 17:04:32 +02:00
"db": {
"host": "localhost",
"user": "ruscone",
"database": "ruscomap",
"password": "password",
"table": "markers"
}
2024-07-16 17:04:32 +02:00
}