1
0
Fork 0
mirror of https://git.42l.fr/neil/sncf.git synced 2024-05-03 14:33:10 +02:00

null'ing the database path parameter by default

This commit is contained in:
neil 2020-11-01 18:04:35 +01:00
parent 8dd5486250
commit fc079635db

View file

@ -9,7 +9,7 @@ sncf_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 = "./db/sncf.sqlite"
database_path = ""
# IP address of the Nextcloud instance, including protocol and port
nextcloud_url = "http://10.0.0.0"