postgres version
This commit is contained in:
6
server/start_server.sh
Executable file
6
server/start_server.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
# Use FLASK_DEBUG=True if needed
|
||||
|
||||
PORT=$(python3 -c "from config import CONFIG; print(CONFIG.get('PORT'))")
|
||||
FLASK_APP=$(dirname $(readlink -f $0))/standalone.py python3 -m flask run --host 0.0.0.0 --with-threads --port $PORT
|
||||
Reference in New Issue
Block a user