Skip to content

Instantly share code, notes, and snippets.

@quanon
Created June 18, 2012 05:44
Show Gist options
  • Save quanon/2947043 to your computer and use it in GitHub Desktop.
Save quanon/2947043 to your computer and use it in GitHub Desktop.
大学毎に RAILS_ENV を設定
homura_univ_development:
<<: *defaults
application_server_host: 'localhost:3000'
teacher_practice_max_num: 3
registration_is_editable: false
homura_univ_test:
<<: *defaults
application_server_host: 'localhost:3000'
teacher_practice_max_num: 3
registration_is_editable: true
homura_univ_production:
<<: *defaults
teacher_practice_max_num: 3
registration_is_editable: true
madoka_univ_development:
<<: *defaults
application_server_host: 'localhost:3000'
teacher_practice_max_num: 4
registration_is_editable: true
madoka_univ_test:
<<: *defaults
application_server_host: 'localhost:3000'
teacher_practice_max_num: 4
registration_is_editable: true
madoka_univ_production:
<<: *defaults
teacher_practice_max_num: 4
registration_is_editable: false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment