|
@@ -10,9 +10,9 @@ ROOT = /app/data
|
|
SCRIPT_TYPE = bash
|
|
SCRIPT_TYPE = bash
|
|
|
|
|
|
[server]
|
|
[server]
|
|
-PROTOCOL = https
|
|
|
|
|
|
+PROTOCOL = http
|
|
DOMAIN = ##HOSTNAME
|
|
DOMAIN = ##HOSTNAME
|
|
-ROOT_URL = %(PROTOCOL)s://%(DOMAIN)s/
|
|
|
|
|
|
+ROOT_URL = https://%(DOMAIN)s/
|
|
HTTP_ADDR =
|
|
HTTP_ADDR =
|
|
HTTP_PORT = 3000
|
|
HTTP_PORT = 3000
|
|
; Disable SSH feature when not available
|
|
; Disable SSH feature when not available
|
|
@@ -29,6 +29,11 @@ NAME = ##MYSQL_DATABASE
|
|
USER = ##MYSQL_USERNAME
|
|
USER = ##MYSQL_USERNAME
|
|
PASSWD = ##MYSQL_PASSWORD
|
|
PASSWD = ##MYSQL_PASSWORD
|
|
|
|
|
|
|
|
+[admin]
|
|
|
|
+
|
|
|
|
+[security]
|
|
|
|
+INSTALL_LOCK = true
|
|
|
|
+
|
|
[mailer]
|
|
[mailer]
|
|
ENABLED = true
|
|
ENABLED = true
|
|
; Name displayed in mail title
|
|
; Name displayed in mail title
|
|
@@ -37,7 +42,7 @@ SUBJECT = %(APP_NAME)s
|
|
; Gmail: smtp.gmail.com:587
|
|
; Gmail: smtp.gmail.com:587
|
|
; QQ: smtp.qq.com:25
|
|
; QQ: smtp.qq.com:25
|
|
; Note, if the port ends with "465", SMTPS will be used. Using STARTTLS on port 587 is recommended per RFC 6409. If the server supports STARTTLS it will always be used.
|
|
; Note, if the port ends with "465", SMTPS will be used. Using STARTTLS on port 587 is recommended per RFC 6409. If the server supports STARTTLS it will always be used.
|
|
-HOST = ##MAIL_SERVER
|
|
|
|
|
|
+HOST = ##MAIL_SERVER:##MAIL_PORT
|
|
; Do not verify the certificate of the server. Only use this for self-signed certificates
|
|
; Do not verify the certificate of the server. Only use this for self-signed certificates
|
|
SKIP_VERIFY =
|
|
SKIP_VERIFY =
|
|
; Use client certificate
|
|
; Use client certificate
|