We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c47c5fa commit 351a5b7Copy full SHA for 351a5b7
README.md
@@ -7,4 +7,16 @@ You must create and add client ID and secret key
7
`ENV['GOOGLE_CLIENT_ID']` and `ENV['GOOGLE_CLIENT_SECRET']`
8
9
#### Facebook
10
-`ENV['FACEBOOK_APP_ID']` and `ENV['FACEBOOK_APP_SECRET']`
+`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