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: imageroot/actions/configure-module/10configure_environment_vars
+2-14Lines changed: 2 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -13,25 +13,13 @@ import agent
13
13
# Try to parse the stdin as JSON.
14
14
# If parsing fails, output everything to stderr
15
15
data=json.load(sys.stdin)
16
-
# LISTMONK_app__address: 0.0.0.0:9000
17
-
# LISTMONK_db__user: *db-user
18
-
# LISTMONK_db__password: *db-password
19
-
# LISTMONK_db__database: *db-name
20
-
# LISTMONK_db__host: listmonk_db
21
-
# LISTMONK_db__port: 5432
22
-
# LISTMONK_db__ssl_mode: disable
23
-
# LISTMONK_db__max_open: 25
24
-
# LISTMONK_db__max_idle: 25
25
-
# LISTMONK_db__max_lifetime: 300s
26
-
# TZ: Etc/UTC
27
-
# LISTMONK_ADMIN_USER: ${LISTMONK_ADMIN_USER:-} # If these (optional) are set during the first `docker compose up`, then the Super Admin user is automatically created.
0 commit comments