Skip to content

Commit a453038

Browse files
chore(application parameters): reorganize logging parameters and clarify CDN_BASE_URL (#12378)
1 parent 565b137 commit a453038

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.env.example

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ AI_EMBEDDER_WORKERS='1'
5353
# METRICS_PORT=9090
5454

5555
# CDN SETTINGS
56+
# CDN_BASE_URL must start with // and end with a path. Examples: '//action-files.parabol.co/production', '//action-files.parabol.fun/staging'
5657
CDN_BASE_URL=''
5758
# FILE_STORE_PROVIDER: local | s3 | gcs
5859
FILE_STORE_PROVIDER='local'
@@ -188,6 +189,10 @@ MAIL_PROVIDER='debug'
188189
# GIF_PROVIDER=tenor
189190
# TENOR_SECRET=''
190191

192+
# LOGGING
193+
# Enable additional audit logs for select mutations
194+
AUDIT_LOGS='true'
195+
191196
#
192197
# DEVELOPER VARIABLES
193198
#
@@ -201,6 +206,3 @@ DEV_RUN_ONLY="Webpack Servers,Socket Server,Embedder,Dev Server,Flush Redis,PG M
201206
# PGAdmin - used only with `db:start` command
202207
PGADMIN_DEFAULT_EMAIL='pgadmin4@pgadmin.org'
203208
PGADMIN_DEFAULT_PASSWORD='admin'
204-
205-
# Enable additional audit logs for select mutations
206-
AUDIT_LOGS='true'

0 commit comments

Comments
 (0)