Skip to content

Instantly share code, notes, and snippets.

@benfavre
Created September 26, 2016 15:13
Show Gist options
  • Save benfavre/16ee632a59b785de7148f50d6c6e153b to your computer and use it in GitHub Desktop.
Save benfavre/16ee632a59b785de7148f50d6c6e153b to your computer and use it in GitHub Desktop.
ENV file example
APP_DATABASE_NAME=%database_name%
APP_DATABASE_USER=%database_user%
APP_DATABASE_PASSWORD=%database_password%
APP_DATABASE_HOST=%database_host%
APP_ENV=%app_environment%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment