Fix illegal TICKET_CATEGORY_ID uuid in dev settings
This commit is contained in:
parent
ef29e038b5
commit
e0e5d646f6
|
@ -9,7 +9,7 @@ BANKACCOUNT_IBAN="femfladeflødeboller"
|
||||||
BANKACCOUNT_SWIFTBIC="goldmansachs"
|
BANKACCOUNT_SWIFTBIC="goldmansachs"
|
||||||
BANKACCOUNT_REG="1234"
|
BANKACCOUNT_REG="1234"
|
||||||
BANKACCOUNT_ACCOUNT="56789"
|
BANKACCOUNT_ACCOUNT="56789"
|
||||||
TICKET_CATEGORY_ID="1"
|
TICKET_CATEGORY_ID="304e9b44-0b48-472d-a05b-963e52614a69"
|
||||||
SECRET_KEY="muchsecret"
|
SECRET_KEY="muchsecret"
|
||||||
ALLOWED_HOSTS="127.0.0.1"
|
ALLOWED_HOSTS="127.0.0.1"
|
||||||
EMAIL_HOST="localhost"
|
EMAIL_HOST="localhost"
|
||||||
|
|
2
dev.sh
2
dev.sh
|
@ -3,7 +3,7 @@
|
||||||
# Directory of this script
|
# Directory of this script
|
||||||
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||||
|
|
||||||
if ! [ -f "$DIR/.env" ]
|
if ! [ -f "$DIR/bornhack/settings/.env" ]
|
||||||
then
|
then
|
||||||
echo "Creating .env file from template..."
|
echo "Creating .env file from template..."
|
||||||
echo "MEDIA_ROOT=\"$DIR/.dev/media\"" > "$DIR/bornhack/settings/.env"
|
echo "MEDIA_ROOT=\"$DIR/.dev/media\"" > "$DIR/bornhack/settings/.env"
|
||||||
|
|
Loading…
Reference in a new issue