DATABASE_URL = "mysql://axum:axum@localhost/pods-blitz" # BASE_URL must include port number (if port number is not 80) and scheme (http or https) BASE_URL = "http://localhost:3002/" # LISTEN_PORT 3002 is default # LISTEN_PORT = "3002" # file that contains known user agents strings for bots, crawlers, etc. # BOTS_FILE = "res/bots.json" # RRS_DIR must be a writable directory, "rss" is default # RSS_DIR = "rss"