mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 07:10:12 +01:00
Move site-specific configuration out of environment.rb into a YAML file. This allows us to ship environment.rb with Tracks. Fixes #813.
This commit is contained in:
parent
00e1d2994b
commit
2ee84b8162
11 changed files with 71 additions and 60 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -2,8 +2,8 @@
|
|||
.dotest
|
||||
/.emacs-project
|
||||
config/database.yml
|
||||
config/site.yml
|
||||
config/deploy.rb
|
||||
config/environment.rb
|
||||
db/*.sqlite3
|
||||
db/data.yml
|
||||
db/schema.rb
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue