Commit 123f31d6 by tady

change database.yml to example file

parent 9d8ab689
...@@ -22,3 +22,4 @@ ...@@ -22,3 +22,4 @@
*.bk *.bk
/db/*.sql /db/*.sql
/config/database.yml
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
# server in each group is considered to be the first # server in each group is considered to be the first
# unless any hosts have the primary property set. # unless any hosts have the primary property set.
# Don't declare `role :all`, it's a meta role # Don't declare `role :all`, it's a meta role
role :app, %w{rendezvous} role :app, %w{tady@rendezvous}
role :web, %w{rendezvous} role :web, %w{tady@rendezvous}
role :db, %w{rendezvous} role :db, %w{tady@rendezvous}
# Extended Server Syntax # 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