Skip to content

Commit eb1f9cd

Browse files
committed
.env was ignored
1 parent 44992b9 commit eb1f9cd

File tree

1 file changed

+17
-0
lines changed
  • ssh_server/config

1 file changed

+17
-0
lines changed

ssh_server/config/.env

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# ---- GENERAL SETTINGS ----
2+
3+
# all names will be under this domain (as subdomains, e.g. you.addr.my.id)
4+
DOMAIN="addr.my.id"
5+
6+
# DEBUG, INFO, WARNING, ERROR, CRITICAL
7+
LOG_LEVEL="ERROR"
8+
9+
# ---- SSH SERVER SETTINGS ----
10+
# for more SSH configurations please see ssh_server.py
11+
12+
# this means a limit on the number of subdomains
13+
# that can be created for each client
14+
DEFAULT_PLAN="10"
15+
16+
SSH_LISTEN_HOST=""
17+
SSH_LISTEN_PORT="22"

0 commit comments

Comments
 (0)