Created
July 8, 2015 17:36
-
-
Save marcparadise/d39586626b7d263f4254 to your computer and use it in GitHub Desktop.
External Postgres Settings
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| postgresql['external'] = true | |
| postgresql['db_superuser'] = "superuser-with-remote-access" | |
| postgresql['db_superuser_password'] = "top-secret" | |
| postgresql['vip'] = "remote-host-name" | |
| # Can omit this if port is standard 5432: | |
| # postgresql['port'] = 5432 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment