Skip to content

Commit 29afe26

Browse files
authored
Merge pull request #162 from codeableorg/backend-port
Backend port
2 parents 25c5235 + 8ad4df1 commit 29afe26

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+2173
-236
lines changed

.env

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Server
2+
NODE_ENV=development
3+
4+
# Application Database
5+
DB_HOST=localhost
6+
DB_PORT=5432
7+
DB_NAME=fullstock
8+
DB_USER=diego
9+
DB_PASSWORD=
10+
11+
# Admin Database (for database creation/deletion)
12+
ADMIN_DB_NAME=diego

.env.example

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Server
2+
NODE_ENV=development
3+
4+
# Application Database
5+
DB_HOST=localhost
6+
DB_PORT=5432
7+
DB_NAME=fullstock
8+
DB_USER=your_db_username
9+
DB_PASSWORD=your_db_password
10+
11+
# Admin Database (for database creation/deletion)
12+
ADMIN_DB_NAME=postgres

0 commit comments

Comments
 (0)