We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ee7b12 commit 1bf7200Copy full SHA for 1bf7200
app.example.ini
@@ -1,13 +1,19 @@
1
[server]
2
-HttpPort = 9000
3
-RunMode = debug
4
-JwtSecret =
5
-Email =
6
-HTTPChallengePort = 9180
7
-StartCmd = login
8
-Database = database
9
-CADir =
10
-Demo =
+HttpPort = 9000
+RunMode = debug
+JwtSecret =
+Email =
+HTTPChallengePort = 9180
+StartCmd = bash
+Database = database
+CADir =
+GithubProxy =
11
+NodeSecret =
12
+Demo = false
13
+PageSize = 10
14
+HttpHost = 0.0.0.0
15
+CertRenewalInterval = 7
16
+RecursiveNameservers =
17
18
[nginx]
19
AccessLogPath = /var/log/nginx/access.log
@@ -32,3 +38,8 @@ Certificate =
32
38
Organization =
33
39
Application =
34
40
RedirectUri =
41
+
42
+[logrotate]
43
+Enabled = false
44
+CMD = logrotate /etc/logrotate.d/nginx
45
+Interval = 1440
0 commit comments