13 lines
237 B
TOML
13 lines
237 B
TOML
[development]
|
|
address="localhost"
|
|
port=8080
|
|
templates_dir="static/html/"
|
|
|
|
[production]
|
|
address="localhost"
|
|
port=8080
|
|
templates_dir="static/html/"
|
|
|
|
[global.databases.freechat]
|
|
url = "mysql://freechat_dev:password@localhost:3306/freechat"
|