浏览代码

chore: update app.example.ini

Jacky 1 年之前
父节点
当前提交
1bf72009dc
共有 1 个文件被更改,包括 20 次插入9 次删除
  1. 20 9
      app.example.ini

+ 20 - 9
app.example.ini

@@ -1,13 +1,19 @@
 [server]
-HttpPort = 9000
-RunMode = debug
-JwtSecret =
-Email =
-HTTPChallengePort = 9180
-StartCmd = login
-Database = database
-CADir =
-Demo =
+HttpPort             = 9000
+RunMode              = debug
+JwtSecret            =
+Email                =
+HTTPChallengePort    = 9180
+StartCmd             = bash
+Database             = database
+CADir                =
+GithubProxy          =
+NodeSecret           =
+Demo                 = false
+PageSize             = 10
+HttpHost             = 0.0.0.0
+CertRenewalInterval  = 7
+RecursiveNameservers = 
 
 [nginx]
 AccessLogPath = /var/log/nginx/access.log
@@ -32,3 +38,8 @@ Certificate =
 Organization =
 Application =
 RedirectUri =
+
+[logrotate]
+Enabled  = false
+CMD      = logrotate /etc/logrotate.d/nginx
+Interval = 1440