You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: server/default.env
+9-6Lines changed: 9 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,15 @@
6
6
# domain name where the server is hosted, including subdoman, without schema (http) and port
7
7
# ATOMIC_DOMAIN=localhost
8
8
9
+
# Port where it's running. Make sure you have the rights to run at this port.
10
+
# Both an HTTPS and an HTTP port can be specified.
11
+
12
+
# Set this to 80 if you're running this publicly
13
+
# ATOMIC_PORT=9883
14
+
15
+
# Set this to 443 if you're running this publicly
16
+
# ATOMIC_PORT_HTTPS=9884
17
+
9
18
# Whether you want to enable HTTPS. If set to true, the server will initialize Certification process on start using Let'sEncrypt. You'll need to set ATOMIC_EMAIL for this.
0 commit comments