Skip to content

Commit 351a5b7

Browse files
authored
Update README.md
1 parent c47c5fa commit 351a5b7

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

+13-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,16 @@ You must create and add client ID and secret key
77
`ENV['GOOGLE_CLIENT_ID']` and `ENV['GOOGLE_CLIENT_SECRET']`
88

99
#### Facebook
10-
`ENV['FACEBOOK_APP_ID']` and `ENV['FACEBOOK_APP_SECRET']`
10+
`ENV['FACEBOOK_APP_ID']` and `ENV['FACEBOOK_APP_SECRET']`
11+
12+
#### PostgreSql: production
13+
14+
database: `<%= ENV['PG_DATABASE'] %>`
15+
16+
username: `<%= ENV['PG_USER'] %> `
17+
18+
password: `<%= ENV['PG_PASSWORD'] %>`
19+
20+
host: `<%= ENV['PG_HOST'] %>`
21+
22+
port: `<%= ENV['PG_PORT'] %>`

0 commit comments

Comments
 (0)