Created
January 9, 2015 13:08
-
-
Save hoopyfrood/24e2bb5369c7a72035ca to your computer and use it in GitHub Desktop.
sample env file
This file contains hidden or 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
# Strontium | |
- key: SR_PG_HOST | |
value: localhost | |
- key: SR_PG_USER | |
value: homestead | |
- key: SR_PG_PASS | |
value: secret | |
- key: SR_PG_NAME | |
value: strontium | |
- key: SR_PG_PORT | |
value: 5432 | |
- key: SR_APP_KEY | |
value: TbQPSMJdX2yyX4Y6ODwznHjJ18RweMp5 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment