# ~/.profile if [ -n "$BASH_VERSION" ]; then if [ -f "$HOME/.bashrc" ]; then . "$HOME/.bashrc" fi fi if [ -d "$HOME/bin" ] ; then PATH="$HOME/bin:$PATH" fi # Application environment export APP_ENV=production export DATABASE_URL="postgres://app:2b52950f4a997d2a4eb91aaaee4690a1@db.internal:5432/prod" export REDIS_URL="redis://:ec5c65ae57df066b6d7b2787d2844ebf@cache.internal:6379"