Files
fileserver/config/application.json
2025-06-04 09:25:18 +02:00

19 lines
318 B
JSON

{
"server": {
"host": "localhost",
"port": 8080
},
"database": {
"driver": "postgres",
"url": "pgfileserver",
"name": "fileserver",
"username": "postgres",
"password": "postgres"
},
"minio": {
"url": "miniofs",
"username": "minioadmin",
"password": "minioadmin"
}
}