threatgrid / ctia-ui

A web-based interface to a Cisco Threat Intel API instance
5 stars 2 forks source link

Settings via properties file, as in CTIA #37

Open saintx opened 7 years ago

saintx commented 7 years ago

We need to be able to control configuration settings via a ctia-ui.properties file, as we currently do in CTIA.

gbuisson commented 7 years ago

I think the properties file will not work as it is a cljs project and not clj/java I propose instead to use a simple namespace with a map or parsing a yaml file.

yogsototh commented 7 years ago

+1 for using a simple config.edn file like we use for all our trapperkeeper services.