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