This repository was archived by the owner on Jul 24, 2020. It is now read-only.
This repository was archived by the owner on Jul 24, 2020. It is now read-only.
Document USE_LDAP and ignore .env #1104
Closed
Description
I realized that I left out the USE_LDAP
environment variable when I set up .env.example
. We're also tracking the .env
file in Git, which isn't really good practice. Therefore, we should do the following:
- document
USE_LDAP
in.env.example
- document
USE_LDAP
in the configuration wiki page -
document LDAP stuff in the Heroku wiki page - properly ignore
.env
-
moveUSE_LDAP
tosecrets.yml
? -
moveCAS_AUTH
tosecrets.yml
?
The last two point occurred to me as I thought about removing the .env
file... to be honest, we shouldn't really need to copy both a secrets.yml
file and a .env
file to run the app locally. I'm happy to use a Rails secret for both instead of the raw environment variables, any thoughts?
Activity