valoStratsBackend/config.json
2024-06-15 16:13:09 +02:00

14 lines
376 B
JSON

{
"host": "0.0.0.0",
"port": 8080,
"clientId": "48736819224-v5pd7obm5gqis3pf7s5b6chtklbjdt5r.apps.googleusercontent.com",
"clientSecret": "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",
"redirect_url": "http://localhost:3000/",
"sqlConfig": {
"host": "localhost",
"port": 3306,
"username": "user",
"password": "password",
"database": "valo_strats"
}
}