Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: modules/discourse/files/database.yml

Issue 9377123: Set up proper FastCGI environment for Discourse and use nginx (Closed)
Patch Set: Converted init_discourse script to Python Created Feb. 18, 2013, 2:03 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | modules/discourse/files/discourse.fcgi » ('j') | modules/discourse/files/discourse.fcgi » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/discourse/files/database.yml
===================================================================
--- a/modules/discourse/files/database.yml
+++ b/modules/discourse/files/database.yml
@@ -2,9 +2,9 @@ production:
adapter: postgresql
database: discourse
pool: 5
timeout: 5000
host: localhost
username: discourse
password: vagrant
host_names:
- - "localhost"
+ - "intraforum.adblockplus.org"
« no previous file with comments | « no previous file | modules/discourse/files/discourse.fcgi » ('j') | modules/discourse/files/discourse.fcgi » ('J')

Powered by Google App Engine
This is Rietveld