i am trying to use config.ini in an existing coffeescript.
this is my config.ini
[env]
RUNNING_ENV = 'dev'
[dev]
security="no"
priority="P2"
[prod]
security="yes"
priority="P1"
Please assist me on creating a coffee file which can read these config data . I am a python deeveloper and i am new to coffee script
i am trying to use config.ini in an existing coffeescript. this is my config.ini [env] RUNNING_ENV = 'dev' [dev] security="no" priority="P2" [prod] security="yes" priority="P1"
Please assist me on creating a coffee file which can read these config data . I am a python deeveloper and i am new to coffee script