arxiv_metadata/config.py

8 lines
96 B
Python

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