Files
yourwillyourwish/data/system-config.json
2026-02-06 21:44:04 -06:00

59 lines
1.4 KiB
JSON

{
"app": {
"initialized": true
},
"db": {
"databaseUrl": "postgresql://postgres:postgres@postgres:5432/estate_platform?connection_limit=20&pool_timeout=20"
},
"auth": {
"jwtSecret": "6f7a8b9c0d1e2f3a4b5c6d7e8f9a0b1c2d3e4f5a6b7c8d9e0f1a2b3c4d5e6f7"
},
"email": {
"enabled": false,
"from": "",
"smtp": {
"host": "",
"port": 587,
"user": "",
"pass": "",
"enabled": false
}
},
"stripe": {
"enabled": false
},
"oauth": {
"google": {
"enabled": true,
"clientId": "YOUR_GOOGLE_CLIENT_ID",
"clientSecret": "YOUR_GOOGLE_CLIENT_SECRET"
},
"github": {
"enabled": true,
"clientId": "YOUR_GITHUB_CLIENT_ID",
"clientSecret": "YOUR_GITHUB_CLIENT_SECRET"
},
"facebook": {
"enabled": true,
"clientId": "YOUR_FACEBOOK_CLIENT_ID",
"clientSecret": "YOUR_FACEBOOK_CLIENT_SECRET"
},
"discord": {
"enabled": true,
"clientId": "YOUR_DISCORD_CLIENT_ID",
"clientSecret": "YOUR_DISCORD_CLIENT_SECRET"
}
},
"googleAuth": {
"enabled": false,
"clientId": "1026799748727-72lmdtd0h7q223q9ngqujkqp9oleloj3.apps.googleusercontent.com",
"clientSecret": "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",
"redirectUri": "http://localhost:3000/auth/google/callback"
},
"googleCalendar": {
"enabled": false,
"serviceAccountEmail": "",
"serviceAccountKey": "",
"calendarId": ""
}
}