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

Side by Side 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.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
OLDNEW
1 production: 1 production:
2 adapter: postgresql 2 adapter: postgresql
3 database: discourse 3 database: discourse
4 pool: 5 4 pool: 5
5 timeout: 5000 5 timeout: 5000
6 host: localhost 6 host: localhost
7 username: discourse 7 username: discourse
8 password: vagrant 8 password: vagrant
9 host_names: 9 host_names:
10 - "localhost" 10 - "intraforum.adblockplus.org"
OLDNEW
« 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