Skip to content

Commit e1431d3

Browse files
committed
Added more docs on the config file
1 parent 41281a5 commit e1431d3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

config.env.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
"""
2+
Default packet config values. See the readme for details.
3+
"""
4+
15
from os import environ
26

37
# Flask config
@@ -7,6 +11,7 @@
711
SERVER_NAME = environ.get("PACKET_SERVER_NAME", IP + ":" + PORT)
812
SECRET_KEY = environ.get("PACKET_SECRET_KEY", "PLEASE_REPLACE_ME")
913

14+
# Logging config
1015
LOG_LEVEL = environ.get("PACKET_LOG_LEVEL", "INFO")
1116

1217
# OpenID Connect SSO config

0 commit comments

Comments
 (0)