We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20c234a commit 79d3491Copy full SHA for 79d3491
docker/docker-entrypoint.sh
@@ -8,7 +8,7 @@ while ! ./manage.py migrate 2>&1; do
8
done
9
10
if [ "$SKIP_SUPERUSER" == "true" ]; then
11
- echo "↩️ Skipp creating the superuser"
+ echo "↩️ Skip creating the superuser"
12
else
13
if [ -z ${SUPERUSER_NAME+x} ]; then
14
SUPERUSER_NAME='admin'
env/netbox.env
@@ -21,8 +21,8 @@ REDIS_CACHE_DATABASE=1
21
REDIS_SSL=false
22
SECRET_KEY=r8OwDznj!!dci#P9ghmRfdu1Ysxm0AiPeDCQhKE+N_rClfWNj
23
SKIP_STARTUP_SCRIPTS=false
24
-SKIP_SUPERUSER=false
25
-SUPERUSER_NAME=admin
+SKIP_SUPERUSER=true
+SUPERUSER_NAME=admin2
26
SUPERUSER_EMAIL=admin@example.com
27
SUPERUSER_PASSWORD=admin
28
SUPERUSER_API_TOKEN=0123456789abcdef0123456789abcdef01234567
0 commit comments