aboutsummaryrefslogtreecommitdiff
path: root/config.py
blob: 3e1ddbc5193a8402c5a99fcd912e1c81385e090f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
from os import path

APP_DIR = path.dirname(__file__)

DB = "khanindexer"
DB_HOST = "127.0.0.1"
DB_PORT = "5432"
DB_USER = "root"
DB_PASS = "root"

SPHINX_HOST = '127.0.0.1'
SPHINX_PORT = 9312

NEVRAX_URL = "127.0.0.1:8000"