Skip to content

Commit 69328e5

Browse files
authored
Fix a typo in .env.production (#598)
Fix typo in env params for firebase
1 parent a7003ff commit 69328e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.env.production

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# app.facebook_app_id="xxxxx" \
1515
# app.facebook_app_secret="xxxxx" \
1616
# app.pgdatabase="xxxxx" \
17-
# app.password="xxxxx"
17+
# app.pgpassword="xxxxx"
1818
#
1919

2020
# Authentication

0 commit comments

Comments
 (0)