Skip to content
Snippets Groups Projects
Commit 3ea44b8b authored by mhmmdjafarg's avatar mhmmdjafarg
Browse files

add more env example

parent 2fef5ac7
No related merge requests found
Pipeline #49313 passed with stages
in 2 minutes and 37 seconds
......@@ -24,6 +24,15 @@ SESSION_LIFETIME=120
MEMCACHED_HOST=127.0.0.1
MEDIA_DISK=
AWS_ACCESS_KEY_ID=
AWS_SECRET_ACCESS_KEY=
AWS_DEFAULT_REGION=
AWS_BUCKET=
AWS_USE_PATH_STYLE_ENDPOINT=
REDIS_HOST=127.0.0.1
REDIS_PASSWORD=null
REDIS_PORT=6379
......@@ -51,4 +60,6 @@ PUSHER_APP_CLUSTER=mt1
MIX_PUSHER_APP_KEY="${PUSHER_APP_KEY}"
MIX_PUSHER_APP_CLUSTER="${PUSHER_APP_CLUSTER}"
APP_SECRET_TOKEN=
\ No newline at end of file
APP_SECRET_TOKEN=
TELESCOPE_ENABLED=false
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment