* Throw away old system * Add new system * Add new example files * Replace all calls * add the most important docs * Add Specs * rename disable_ssl_requirement to require_ssl * cloudfiles isn't used/called in our code * since community_spotlight.list is only used as enable flag replace it with such one and remove all legacy and irelevant codepaths around it * die if session secret is unset and on heroku * First basic infrastructure for version information
17 lines
428 B
Text
17 lines
428 B
Text
defaults: &defaults
|
|
HEROKU: true
|
|
application_yml: <%= '../' + '../' +'config/' + 'diaspora.yml.example' %>
|
|
production:
|
|
app: production
|
|
stack: cedar
|
|
config:
|
|
<<: *defaults
|
|
BUNDLE_WITHOUT: "development:test"
|
|
HOME_FILE: 'app/views/home/_show.html.haml'
|
|
staging:
|
|
app: staging
|
|
stack: cedar
|
|
config:
|
|
<<: *defaults
|
|
BUNDLE_WITHOUT: "development:test"
|
|
HOME_FILE: 'app/views/home/_show.html.haml'
|