Skip to content
Snippets Groups Projects
Commit 8caf1b67 authored by Stéphane Diemer's avatar Stéphane Diemer
Browse files

Added default password for Django sites (refs #19005).

parent b7febc7e
No related branches found
No related tags found
No related merge requests found
...@@ -54,18 +54,18 @@ MS_ID='fX_msuser' ...@@ -54,18 +54,18 @@ MS_ID='fX_msuser'
# API key looks like: s00pN-aRseu-dnfMq-678CV-9nS9E # API key looks like: s00pN-aRseu-dnfMq-678CV-9nS9E
MS_API_KEY= MS_API_KEY=
MS_SECRET='secret' MS_SECRET='secret'
MS_SUPERUSER_PWD= MS_SUPERUSER_PWD='test'
MS_ADMIN_PWD= MS_ADMIN_PWD='test'
# -- Monitor -- # -- Monitor --
MONITOR_SERVER_NAME='monitor' MONITOR_SERVER_NAME='monitor'
MONITOR_SUPERUSER_PWD= MONITOR_SUPERUSER_PWD='test'
MONITOR_ADMIN_PWD= MONITOR_ADMIN_PWD='test'
# -- Campus Manager -- # -- Campus Manager --
CM_SERVER_NAME='campusmanager' CM_SERVER_NAME='campusmanager'
CM_SUPERUSER_PWD= CM_SUPERUSER_PWD='test'
CM_ADMIN_PWD= CM_ADMIN_PWD='test'
# APT cacher (dependency of CM) # APT cacher (dependency of CM)
APT_CACHER_USER='admin' APT_CACHER_USER='admin'
#APT_CACHER_PWD=AUTOMATICALLY GENERATED #APT_CACHER_PWD=AUTOMATICALLY GENERATED
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment