renamed to postgrest.conf

This commit is contained in:
Lee Johnson
2018-11-26 09:32:02 -05:00
committed by steve-chavez
parent fed4c8c9af
commit 3220373803
+2 -2
View File
@@ -343,8 +343,8 @@ Assuming your making modifications locally and then pushing to GitHub, it's easy
1. Create a new app on Heroku
2. In Settings add the following buildpack :code:`https://github.com/PostgREST/postgrest-heroku`
3. Add the require Config Vars in Heroku (see https://github.com/PostgREST/postgrest/blob/master/app.json#L7-L57 for more details)
4. Modify your postgres.conf file as required to match your Config Vars in Heroku
5. Create your :code:`Procfile` and add :code:`./env-to-config ./postgrest postgres.conf`
4. Modify your postgrest.conf file as required to match your Config Vars in Heroku
5. Create your :code:`Procfile` and add :code:`./env-to-config ./postgrest postgrest.conf`
6. Push your changes to GitHub
7. Set Heroku to automatically deploy from Master and then manually deploy the branch for the first build