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