Skip to content

Commit 4925bf9

Browse files
committed
Add env template
1 parent cf46ba6 commit 4925bf9

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.env.template

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# DB SETTINGS
2+
DB_HOST=localhost
3+
DB_PORT=5432
4+
DB_NAME=postgres
5+
DB_USERNAME=postgres
6+
DB_PASSWORD=postgres
7+
8+
# APNS SETTINGS
9+
APNS_KEY_ID=YOUR_KEY_ID
10+
APNS_TEAM_ID=YOUR_TEAM_ID
11+
APNS_APP_BUNDLE_ID=YOUR_APP_BUNDLE_ID
12+
APNS_AUTH_KEY_PATH=PATH_TO_YOUR_AUTH_KEY

0 commit comments

Comments
 (0)