Cyberlaywer/build/deb-rust-cyberlaywer-interface/pluriton-interface/config.toml.sample

20 lines
535 B
Text
Raw Normal View History

2023-03-06 15:36:57 +01:00
# The address and port sncf will listen
listening_address = "0.0.0.0"
listening_port = 8000
# Public-facing domain for sncf.
# includes protocol, FQDN and port, without the trailing slash.
website_url = "http://localhost:8000"
# SQLite: path to the SQLite DB
# PostgreSQL: postgres://user:password@address:port/database
# MySQL: mysql://user:password@address:port/database
database_path = ""
# Displays route names and a lot of information
debug_mode = true
# Don't touch this unless you know what you're doing
config_version = 2