mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 02:45:54 +01:00
configurable port plus support for SSL
This commit is contained in:
6
run-debug.sh
Normal file
6
run-debug.sh
Normal file
@@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
export FLASK_DEBUG=0
|
||||
export FLASK_APP=src/app.py
|
||||
|
||||
flask run
|
||||
Reference in New Issue
Block a user