ignore balder.rb
This commit is contained in:
parent
dc163a9838
commit
b059720499
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -3,7 +3,7 @@ tmp/**/*
|
|||
.DS_Store
|
||||
doc/api
|
||||
doc/app
|
||||
#config/balder.rb
|
||||
config/balder.rb
|
||||
config/database.yml
|
||||
config/settings.yml
|
||||
config/deploy.rb
|
||||
|
|
6
config/balder.rb
Normal file
6
config/balder.rb
Normal file
|
@ -0,0 +1,6 @@
|
|||
ENV['PUBLIC'] = 'true'
|
||||
ENV['TITLE'] = 'photo'
|
||||
ENV['HEROKU'] = 'false'
|
||||
#ENV['S3_KEY'] = ''
|
||||
#ENV['S3_SECRET'] = ''
|
||||
#ENV['S3_BUCKET'] = ''
|
Loading…
Reference in a new issue