From 9be8f5b97d514debf17ef57074b708393d04a8db Mon Sep 17 00:00:00 2001 From: Sam Saffron Date: Thu, 19 Dec 2013 21:27:58 -0800 Subject: [PATCH] cleanup templates to work with new config --- samples/standalone.yml | 2 +- templates/web.template.yml | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/samples/standalone.yml b/samples/standalone.yml index f3eda22..2644455 100644 --- a/samples/standalone.yml +++ b/samples/standalone.yml @@ -20,7 +20,7 @@ params: env: # your email here - DEVELOPER_EMAILS: 'my_email@email.com' + DISCOURSE_DEVELOPER_EMAILS: 'my_email@email.com' # CHANGE ME to your hostname DISCOURSE_HOSTNAME: 'www.example.com' # SET ME to your smtp server eg mandrill diff --git a/templates/web.template.yml b/templates/web.template.yml index 53ee7eb..b179d1e 100644 --- a/templates/web.template.yml +++ b/templates/web.template.yml @@ -7,9 +7,7 @@ env: # this ensures we have enough heap space to handle a big pile of small reqs RUBY_HEAP_MIN_SLOTS: 800000 - POSTGRES_SOCKET: /var/run/postgresql - POSTGRES_URL: pg://discourse@localhost - POSTGRES_DB: discourse + DISCOURSE_DB_SOCKET: /var/run/postgresql params: -- 2.25.1