# This file holds global constants that are visible on the Server-side

# Database
DB_NAME = D01234567
DB_USER_NAME = admin
DB_USER_PASSWORD = 123_qwe_QWE


# Port
SERVER_PORT = 4000


# Local Host
LOCAL_HOST = http://localhost:3000