naskoap / clojurebook

A picture-gallery application with Clojure
MIT License
0 stars 0 forks source link

Set up different application profiles #33

Open naskoap opened 8 years ago

naskoap commented 8 years ago

Run application with different configurations. In order to do this, environment variables need to be specified outside the application and have them read at runtime. Counterclockwise does not load up variables from the profile so have to use Environ. In Eclipse: Run Configurations -> Select Project -> Environment -> Add Variables