OpenBEL is an open source and open community project providing BEL (Biological Expression Language) and a set of tools to process/store biological knowledge. As BEL expressions may become very complex, our project aims to develop a web visualization tool for BEL graph to enhance user's comprehension and interaction, using HTML5 and Javascript libraries.
The config/secrets.yml file contains sensitive information that you generally shouldn't share. It seems like this file needs to be mixed in at deployment time or instead work from the system's environment (e.g. ruby's ENV constant).
I would add config/secrets.yml to a .gitignore file and then change your keys within the file.
The
config/secrets.yml
file contains sensitive information that you generally shouldn't share. It seems like this file needs to be mixed in at deployment time or instead work from the system's environment (e.g. ruby'sENV
constant).I would add
config/secrets.yml
to a.gitignore
file and then change your keys within the file.