diff --git a/config/keter.yml b/config/keter.yml index ca1c4cdbb..e9ed09568 100644 --- a/config/keter.yml +++ b/config/keter.yml @@ -26,11 +26,6 @@ stanzas: - LDAPBN - DETAILED_LOGGING - LOG_ALL - - PGUSER - - PGPASS - - PGHOST - - PGPORT - - PGDATABASE # Use the following to automatically copy your bundle upon creation via `yesod # keter`. Uses `scp` internally, so you can set it to a remote destination @@ -42,4 +37,7 @@ copy-to-args: [] # If you would like to have Keter automatically create a PostgreSQL database # and set appropriate environment variables for it to be discovered, uncomment # the following line. -plugins: {} +plugins: + postgres: + - server: uniworxdb + port: 5432