remove development files

This commit is contained in:
Joao Ramos 2022-09-26 12:24:05 +02:00
parent fdbddda16c
commit 5d06864cc9
2 changed files with 1 additions and 19 deletions

14
.vscode/settings.json vendored
View File

@ -1,14 +0,0 @@
{
"editor.formatOnPaste": false,
"editor.formatOnSave": false,
"[python]": {
"editor.codeActionsOnSave": {
"source.organizeImports": false,
},
},
"editor.rulers": [
79,
88,
120
],
}

6
run
View File

@ -29,12 +29,8 @@ else
python3 -um app \ python3 -um app \
--unix-socket "$UNIX_SOCKET" --unix-socket "$UNIX_SOCKET"
else else
# export WHOOGLE_CONFIG_PREFERENCES_KEY='glkadghfjksghadfjk'
export WHOOGLE_CONFIG_COOKIES_DISABLED=false
# export WHOOGLE_DOTENV=1
python3 -um app \ python3 -um app \
--host "${ADDRESS:-0.0.0.0}" \ --host "${ADDRESS:-0.0.0.0}" \
--port "${PORT:-"${EXPOSE_PORT:-5000}"}" \ --port "${PORT:-"${EXPOSE_PORT:-5000}"}"
--debug
fi fi
fi fi