Envvar | Description | Default |
---|---|---|
SERVER_PORT | Port used by web server | 5000 |
LOGGING_LEVEL | Minimum level for logging | :info |
GOOGLE_ANALYTICS | Google Analytics tracking ID | nil |
JWT_SECRET | Secret for signing JSON Web Tokens | nil |
BLUEGENES_DEFAULT_SERVICE_ROOT | InterMine service that is default | https://alpha.flymine.org/alpha/ |
BLUEGENES_DEFAULT_MINE_NAME | Optional default mine name to display until it gets fetched | FlyMine |
BLUEGENES_TOOL_PATH | Server directory where BlueGenes tools are installed | ./tools |
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.
config.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 using the GOOGLE_ANALYTICS
key listed above.
Can you improve this documentation? These fine people already did:
Leandro Doctors, uosl & HeraldEdit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close