remove development files

pull/851/head
Joao Ramos 2 years ago
parent fdbddda16c
commit 5d06864cc9

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

6
run

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

Loading…
Cancel
Save