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",
|
2024-08-28 21:50:14 +02:00
|
|
|
"password": "password",
|
|
|
|
"table": "markers"
|
|
|
|
}
|
2024-07-16 17:04:32 +02:00
|
|
|
}
|