A free and open source alternative ekşi sözlük front-end
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.
 
 
 
 
ozgursozluk/ozgursozluk/config.py

7 lines
156 B

HOST = "0.0.0.0"
PORT = 3131
DEBUG = False
SECRET_KEY = "Some secret string here"
DEFAULT_THEME = "light"
DEFAULT_EKSI_BASE_URL = "https://eksisozluk.com"