Commit 123f31d6 by tady

change database.yml to example file

parent 9d8ab689
......@@ -22,3 +22,4 @@
*.bk
/db/*.sql
/config/database.yml
......@@ -4,9 +4,9 @@
# server in each group is considered to be the first
# unless any hosts have the primary property set.
# Don't declare `role :all`, it's a meta role
role :app, %w{rendezvous}
role :web, %w{rendezvous}
role :db, %w{rendezvous}
role :app, %w{tady@rendezvous}
role :web, %w{tady@rendezvous}
role :db, %w{tady@rendezvous}
# Extended Server Syntax
# ======================
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment