Skip to content

Commit 4722202

Browse files
committed
Add the example env files for the web app demo
[refs #9da43e12fa78]
1 parent e18cad5 commit 4722202

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

env_demo/app.env

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
POSTGRES_DB=web_app_db
2+
POSTGRES_USER=app
3+
POSTGRES_PASSWORD=secret
4+
POSTGRES_HOST=pg

env_demo/db.env

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
POSTGRES_DB=web_app_db
2+
POSTGRES_USER=app
3+
POSTGRES_PASSWORD=secret

0 commit comments

Comments
 (0)