add node express & postgresql starter template
This commit is contained in:
10
web/other/node-express-ts-postgres-starter/.env
Normal file
10
web/other/node-express-ts-postgres-starter/.env
Normal file
@@ -0,0 +1,10 @@
|
||||
# Project settings
|
||||
PROJECT_NAME=express-postgres
|
||||
# PostgreSQL settings
|
||||
POSTGRES_USER=postgres
|
||||
POSTGRES_PASSWORD=postgres
|
||||
POSTGRES_DB=postgres
|
||||
POSTGRES_HOST=localhost
|
||||
POSTGRES_PORT=5432
|
||||
# Express settings
|
||||
PORT=3000
|
||||
Reference in New Issue
Block a user