diff --git a/app.example.ini b/app.example.ini index 4e4eb90c..ba8091de 100644 --- a/app.example.ini +++ b/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