jboilesen / openbel-webtools

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.
Apache License 2.0
1 stars 1 forks source link

Do not track config/secrets.yml in git repo. #1

Closed abargnesi closed 10 years ago

abargnesi commented 10 years ago

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.

jboilesen commented 10 years ago

secrets.yml and database.yml added to .gitignore