My super simple MilMove local .envrc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# It takes me a little longer to open 1Pass to get my MFA number. | |
export DIRENV_WARN_TIMEOUT="90s" | |
# Create a DB_URL that I can consume in scripts and things | |
export DB_URL="postgres://${DB_USER}:${DB_PASSWORD}@${DB_HOST}:${DB_PORT}/${DB_NAME}" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
it's a shame though that Chamber
.envrc
gets loaded before my local file which means thisDIRENV_WARN_TIMEOUT
timeout only works if my Chamber session expires and not in the initial Chamber session that happens after changing into the directory.