EOX GitLab Instance

Skip to content
Snippets Groups Projects
Commit dc6d134c authored by Lubomir Dolezal's avatar Lubomir Dolezal
Browse files

add debug log level when dev env

parent a3e630d4
No related branches found
No related tags found
No related merge requests found
Pipeline #22055 passed
......@@ -65,6 +65,7 @@
sed -i "s/ 'django.contrib.auth',/ 'corsheaders', 'django.contrib.auth',/g" pvs_instance/settings.py
sed -i "s/ 'django.contrib.sessions.middleware.SessionMiddleware',/ 'corsheaders.middleware.CorsMiddleware', 'django.contrib.sessions.middleware.SessionMiddleware',/g" pvs_instance/settings.py
echo 'CORS_ORIGIN_ALLOW_ALL = True' >> pvs_instance/settings.py
sed -e 's/DEBUG = False/DEBUG = True/' -i pvs_instance/settings.py
fi
......
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