arxiv_metadata/config.py

8 lines
100 B
Python

database = ":memory:"
# database = "db.sqlite3"
host = "localhost"
port = 8080
production = False