You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
313 B

3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
  1. # STATIC: restart server when changes!
  2. #-------------------------------------
  3. RAILS_PORT=7500
  4. DATABASE_HOST=localhost
  5. DATABASE_NAME=easy-going-rails
  6. DATABASE_USER=$DATABASE_NAME
  7. DATABASE_PASSWORD=$DATABASE_NAME
  8. # HOT CONSTANTS
  9. #--------------
  10. STIMULUS_DEBUG=false
  11. LOG_ACTIVE_RECORD=false
  12. LOG_ACTION_VIEW=false