Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
rendezvous
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
VeNtura
rendezvous
Commits
123f31d6
Commit
123f31d6
authored
Feb 18, 2014
by
tady
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
change database.yml to example file
parent
9d8ab689
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
3 deletions
+4
-3
.gitignore
+1
-0
config/database.yml.example
+0
-0
config/deploy/production.rb
+3
-3
No files found.
.gitignore
View file @
123f31d6
...
...
@@ -22,3 +22,4 @@
*.bk
/db/*.sql
/config/database.yml
config/database.yml
→
config/database.yml
.example
View file @
123f31d6
File moved
config/deploy/production.rb
View file @
123f31d6
...
...
@@ -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
# ======================
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment