# RAILS CONSTANTS # --------------- # restart required after change! # RAILS_PORT=7500 # DATABASE_HOST=localhost # HOT CONSTANTS # ------------- STIMULUS_DEBUG=false LOG_ACTIVE_RECORD=false LOG_ACTION_VIEW=false # with default value, type gets inferred from INTEGER=a STRING=456 BOOLEAN=false # with no default value (evaluated to nil), type must be defined expressively otherwise it reverts to a string type # INTEGER=:integer # BOOLEAN=:boolean # STRING=