Liking cljdoc? Tell your friends :D

Configuring BlueGenes

Environment variables

EnvvarDescriptionDefault
SERVER_PORTPort used by web server5000
LOGGING_LEVELMinimum level for logging:info
GOOGLE_ANALYTICSGoogle Analytics tracking IDnil
JWT_SECRETSecret for signing JSON Web Tokensnil
BLUEGENES_DEFAULT_SERVICE_ROOTInterMine service that is defaulthttps://alpha.flymine.org/alpha/
BLUEGENES_DEFAULT_MINE_NAMEOptional default mine name to display until it gets fetchedFlyMine
BLUEGENES_TOOL_PATHServer directory where BlueGenes tools are installed./tools

How to configure

BlueGenes supports the many methods of specifying configuration keys provided by Yogthos' config. The configuration keys listed above can be specified in uppercase or lowercase, and with dashes, underscores or periods as separators.

Configuration via config.edn files

Copy 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.

Analytics (optional)

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 using the GOOGLE_ANALYTICS key listed above.

Can you improve this documentation? These fine people already did:
Leandro Doctors, uosl & Herald
Edit on GitHub

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close