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

20 lines
341 B
JSON

{
"server": {
"host": "localhost",
"port": 8081
},
"database": {
"driver": "postgres",
"host": "localhost",
"port": 5432,
"name": "fileserver",
"username": "postgres",
"password": "postgres"
},
"minio": {
"url": "localhost:9000",
"username": "minioadmin",
"password": "minioadmin"
}
}