-
-
Save standinga/80738f72ada6127be1265f8c1afe7db6 to your computer and use it in GitHub Desktop.
.env file for medium article about vapor and docker-compose
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
DATABASE_HOST=db | |
MYSQL_ROOT_PASSWORD=root | |
MYSQL_USER=test | |
MYSQL_PASSWORD=test | |
MYSQL_DATABASE=todos |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment