12 lines
230 B
Plaintext
12 lines
230 B
Plaintext
# Where is the GLAuth sqlite DB located?
|
|
GLAUTH_DB=""
|
|
|
|
# Which port should the server run on?
|
|
PORT=8080
|
|
|
|
# PostgreSQL Stuff
|
|
PG_HOST = "localhost"
|
|
PG_PORT = 5432
|
|
PG_USER = "glauth"
|
|
PG_PASS = "?secure12345passowrd!"
|
|
PG_DB = "glauth" |