mirror of
https://github.com/apache/superset.git
synced 2026-09-09 08:44:32 +00:00
Co-authored-by: Claude <noreply@anthropic.com> Co-authored-by: Evan Rusackas <evan@preset.io>
23 lines
449 B
JSON
23 lines
449 B
JSON
{
|
|
"port": 8080,
|
|
"logLevel": "info",
|
|
"logToFile": false,
|
|
"logFilename": "app.log",
|
|
"statsd": {
|
|
"host": "127.0.0.1",
|
|
"port": 8125,
|
|
"globalTags": []
|
|
},
|
|
"redis": {
|
|
"port": 6379,
|
|
"host": "127.0.0.1",
|
|
"password": "",
|
|
"db": 0,
|
|
"ssl": false
|
|
},
|
|
"jwtAlgorithms": ["HS256"],
|
|
"jwtSecret": "CHANGE-ME-IN-PRODUCTION-GOTTA-BE-LONG-AND-SECRET",
|
|
"previousJwtSecret": "",
|
|
"jwtCookieName": "superset-ws-token"
|
|
}
|