diff --git a/backend/apis/nodejs/.env b/backend/apis/nodejs/.env index 334f70b..04a0655 100644 --- a/backend/apis/nodejs/.env +++ b/backend/apis/nodejs/.env @@ -1,8 +1,12 @@ # Blink configuration file +# API Server configuration API_SERVER_PORT = 3000 +# Postgres database configuration POSTGRES_SERVER = localhost POSTGRES_USERNAME = postgres POSTGRES_PASSWORD = postgres -POSTGRES_PORT = 5432 \ No newline at end of file +POSTGRES_PORT = 5432 + +# Admin settings