remove development files
This commit is contained in:
parent
fdbddda16c
commit
5d06864cc9
14
.vscode/settings.json
vendored
14
.vscode/settings.json
vendored
|
@ -1,14 +0,0 @@
|
|||
{
|
||||
"editor.formatOnPaste": false,
|
||||
"editor.formatOnSave": false,
|
||||
"[python]": {
|
||||
"editor.codeActionsOnSave": {
|
||||
"source.organizeImports": false,
|
||||
},
|
||||
},
|
||||
"editor.rulers": [
|
||||
79,
|
||||
88,
|
||||
120
|
||||
],
|
||||
}
|
6
run
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…
Reference in New Issue
Block a user