Skip to content

Instantly share code, notes, and snippets.

@marcparadise
Created July 8, 2015 17:36
Show Gist options
  • Select an option

  • Save marcparadise/d39586626b7d263f4254 to your computer and use it in GitHub Desktop.

Select an option

Save marcparadise/d39586626b7d263f4254 to your computer and use it in GitHub Desktop.
External Postgres Settings
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