forked from sqlpad/sqlpad
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config-example.json
44 lines (44 loc) · 1.03 KB
/
config-example.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"admin": "",
"adminPassword": "",
"allowCsvDownload": true,
"baseUrl": "",
"certPassphrase": "",
"certPath": "",
"cookieName": "sqlpad.sid",
"cookieSecret": "secret-used-to-sign-cookies-please-set-and-make-strong",
"dbPath": "",
"debug": false,
"disableAuth": false,
"disableUserpassAuth": false,
"editorWordWrap": false,
"googleClientId": "",
"googleClientSecret": "",
"httpsPort": 443,
"ip": "0.0.0.0",
"keyPath": "",
"passphrase": "At least the sensitive bits won't be plain text?",
"port": 80,
"publicUrl": "",
"queryResultMaxRows": 50000,
"samlAuthContext": "",
"samlCallbackUrl": "",
"samlCert": "",
"samlEntryPoint": "",
"samlIssuer": "",
"sessionMinutes": 60,
"slackWebhook": "",
"smtpFrom": "",
"smtpHost": "",
"smtpPassword": "",
"smtpPort": "",
"smtpSecure": true,
"smtpUser": "",
"systemdSocket": false,
"tableChartLinksRequireAuth": true,
"timeoutSeconds": 300,
"whitelistedDomains": "",
"appLogLevel": "info",
"webLogLevel": "info",
"seedDataPath": ""
}