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

Side by Side Diff: modules/discourse/templates/database.yml.erb

Issue 9432192: Make database password configurable (Closed)
Patch Set: Created Feb. 28, 2013, 12:40 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
« no previous file with comments | « modules/discourse/manifests/init.pp ('k') | modules/private-stub/manifests/discourse.pp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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: <%= database_password %>
9 host_names: 9 host_names:
10 - "intraforum.adblockplus.org" 10 - "intraforum.adblockplus.org"
OLDNEW
« no previous file with comments | « modules/discourse/manifests/init.pp ('k') | modules/private-stub/manifests/discourse.pp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld