go-quasar-partial-ssr/backend/configs/config.json

28 lines
670 B
JSON

{
"app_name": "Fiber Starter",
"read_timeout_seconds": 5,
"write_timeout_seconds": 10,
"idle_timeout_seconds": 30,
"disable_startup_message": false,
"auth": {
"secret": "change-me",
"issuer": "fiber-starter",
"access_token_expiry_minutes": 60,
"refresh_token_expiry_minutes": 4320
},
"mail": {
"mode": "file",
"from": "noreply@example.local",
"debug_dir": "data/mail-debug",
"templates_dir": "internal/http/templates",
"frontend_base_url": "http://localhost:9000",
"reset_password_path": "/#reset-password",
"smtp": {
"host": "",
"port": 587,
"username": "",
"password": ""
}
}
}