# 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 ## MEDIUM CONSTANTS # ----------------- LOG_ACTION_VIEW_PARTIAL_COMMON=false # with default value, type gets inferred from INTEGER=a STRING=457 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=