forked from Bramas/hotcrp-docker-compose
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env.default
42 lines (29 loc) · 1.1 KB
/
.env.default
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
HOTCRP_EMAIL_FROM=contact@example.com
HOTCRP_EMAIL_CONTACT=contact@example.com
HOTCRP_CONTACT_NAME=Chairs
# HOTCRP_PAPER_SITE allow you to force the url
# of the website (leave it blank and it
# is deduced from the page when it is loaded)
HOTCRP_PAPER_SITE=
# Short site name that appears on top left navigation
#HOTCRP_SHORT_NAME=
# Long site name that appears in headers
#HOTCRP_LONG_NAME=
# Mandatory for shared database. Creates user of corresponding name
#HOTCRP_DB_NAME=
#HOTCRP_DB_PASSWORD=
#HOTCRP_DB_HOST=
# Optional: Change default host listening port for http
#HOTCRP_PORT=9001
# Optional: Set to True to store all papers in filesystem (./docs directory) instead of database
#HOTCRP_FILESYSTEM_DOCS=
# Mandatory: Server address of the SMTP server to use.
#SMTP_SERVER=
# Optional: (Default value: 587) Port address of the SMTP server to use.
#SMTP_PORT=
# Mandatory: Username to authenticate with.
#SMTP_USERNAME=
# Mandatory: Password of the SMTP user.
#SMTP_PASSWORD=
# Mandatory: Server hostname for the Postfix container. Emails will appear to come from the hostname's domain.
#SERVER_HOSTNAME=