mirror of
https://github.com/xfarrow/blink
synced 2025-02-19 08:30:36 +01:00
14 lines
298 B
Bash
14 lines
298 B
Bash
# Blink configuration file
|
|
|
|
# API server settings
|
|
API_SERVER_PORT = 3000
|
|
JWT_SECRET_KEY = jwt-secret # Change this
|
|
|
|
# Database settings
|
|
POSTGRES_SERVER = localhost
|
|
POSTGRES_USERNAME = postgres
|
|
POSTGRES_PASSWORD = postgres
|
|
POSTGRES_PORT = 5432
|
|
|
|
# Application settings
|
|
ALLOW_USER_REGISTRATION = false |