This applies primarily to standalone BlueGenes.
The preferred way to configure BlueGenes is via .edn
configuration files, and it is the one being explained here. All keys can be overridden with environment variables. Please refer to Yogthos's config docs for more details regarding this method.
.edn
filesCopy and paste the code from the .template
files in config/dev/
and config/prod/
, tweak it to match your preferences, and save it as config.edn
in the same folder.
For now, the only supported statistics service is Google analytics. If you wish to use this service, configure your domain and then add your Google Analytics ID.
{:google-analytics "UA-12345678-9"}
Can you improve this documentation? These fine people already did:
Leandro Doctors & HeraldEdit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close