yea i know its silly but just roll with it for now i dun want to pay for server yet
This commit is contained in:
parent
9206dab00e
commit
91da2ac15f
@ -2,7 +2,11 @@
|
|||||||
address="localhost"
|
address="localhost"
|
||||||
port=8080
|
port=8080
|
||||||
templates_dir="static/html/"
|
templates_dir="static/html/"
|
||||||
|
|
||||||
[production]
|
[production]
|
||||||
address="localhost"
|
address="localhost"
|
||||||
port=8080
|
port=8080
|
||||||
templates_dir="static/html/"
|
templates_dir="static/html/"
|
||||||
|
|
||||||
|
[global.databases.sqlite_dtabase]
|
||||||
|
url = "db/tmp.sqlite"
|
||||||
|
Loading…
Reference in New Issue
Block a user