File size: 1,298 Bytes
a79543b |
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 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 |
[app]
PageSize = 10
JwtSecret = 6EEB622E-5C73-4082-AF76-7BAC337772F2
[server]
Host = 0.0.0.0
Port = 9000
RunMode = release
[database]
Name = database
[auth]
IPWhiteList =
BanThresholdMinutes = 10
MaxAttempts = 10
[casdoor]
Endpoint =
ClientId =
ClientSecret =
CertificatePath =
Organization =
Application =
RedirectUri =
[cert]
Email = [email protected]
CADir = https://acme-staging-v02.api.letsencrypt.org/directory
RenewalInterval = 7
RecursiveNameservers = 8.8.8.8:53,1.1.1.1:53
HTTPChallengePort = 9180
[cluster]
Node =
[crypto]
Secret = 4a82fe17c5aab629007462b303c367d2863b7db28b95c8f869f2f815672d41d8
[http]
GithubProxy =
InsecureSkipVerify = false
[logrotate]
Enabled = false
CMD = logrotate /etc/logrotate.d/nginx
Interval = 1440
[nginx]
AccessLogPath =
ErrorLogPath =
LogDirWhiteList = /var/log/nginx
ConfigDir =
PIDPath =
TestConfigCmd =
ReloadCmd =
RestartCmd =
[node]
Name =
Secret = 57D079F2-CA8B-412A-B5C0-FDA291C13391
SkipInstallation = false
Demo = true
[openai]
BaseUrl =
Token =
Proxy =
Model = gpt-3.5-turbo
[terminal]
StartCmd = bash
[webauthn]
RPDisplayName =
RPID =
RPOrigins =
|