projects
/
chef.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Remove role for zark
[chef.git]
/
cookbooks
/
owl
/
templates
/
default
/
database.yml.erb
1
# DO NOT EDIT - This file is being maintained by Chef
2
3
production:
4
adapter: postgresql
5
port: <%= node[:postgresql][:clusters]["9.1/main"][:port] %>
6
database: owl
7
encoding: utf8
8
9
development:
10
adapter: postgresql
11
port: <%= node[:postgresql][:clusters]["9.1/main"][:port] %>
12
database: owl
13
encoding: utf8