fix typo
This commit is contained in:
parent
20c234a96e
commit
79d349133e
2 changed files with 3 additions and 3 deletions
|
@ -8,7 +8,7 @@ while ! ./manage.py migrate 2>&1; do
|
||||||
done
|
done
|
||||||
|
|
||||||
if [ "$SKIP_SUPERUSER" == "true" ]; then
|
if [ "$SKIP_SUPERUSER" == "true" ]; then
|
||||||
echo "↩️ Skipp creating the superuser"
|
echo "↩️ Skip creating the superuser"
|
||||||
else
|
else
|
||||||
if [ -z ${SUPERUSER_NAME+x} ]; then
|
if [ -z ${SUPERUSER_NAME+x} ]; then
|
||||||
SUPERUSER_NAME='admin'
|
SUPERUSER_NAME='admin'
|
||||||
|
|
4
env/netbox.env
vendored
4
env/netbox.env
vendored
|
@ -21,8 +21,8 @@ REDIS_CACHE_DATABASE=1
|
||||||
REDIS_SSL=false
|
REDIS_SSL=false
|
||||||
SECRET_KEY=r8OwDznj!!dci#P9ghmRfdu1Ysxm0AiPeDCQhKE+N_rClfWNj
|
SECRET_KEY=r8OwDznj!!dci#P9ghmRfdu1Ysxm0AiPeDCQhKE+N_rClfWNj
|
||||||
SKIP_STARTUP_SCRIPTS=false
|
SKIP_STARTUP_SCRIPTS=false
|
||||||
SKIP_SUPERUSER=false
|
SKIP_SUPERUSER=true
|
||||||
SUPERUSER_NAME=admin
|
SUPERUSER_NAME=admin2
|
||||||
SUPERUSER_EMAIL=admin@example.com
|
SUPERUSER_EMAIL=admin@example.com
|
||||||
SUPERUSER_PASSWORD=admin
|
SUPERUSER_PASSWORD=admin
|
||||||
SUPERUSER_API_TOKEN=0123456789abcdef0123456789abcdef01234567
|
SUPERUSER_API_TOKEN=0123456789abcdef0123456789abcdef01234567
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue