Monotone Arbeit nervt!
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
535 B

1 year ago
  1. # The address and port sncf will listen
  2. listening_address = "0.0.0.0"
  3. listening_port = 8000
  4. # Public-facing domain for sncf.
  5. # includes protocol, FQDN and port, without the trailing slash.
  6. website_url = "http://localhost:8000"
  7. # SQLite: path to the SQLite DB
  8. # PostgreSQL: postgres://user:password@address:port/database
  9. # MySQL: mysql://user:password@address:port/database
  10. database_path = ""
  11. # Displays route names and a lot of information
  12. debug_mode = true
  13. # Don't touch this unless you know what you're doing
  14. config_version = 2