-
-
Save videoMonkey/991194f14c360052a84691a6e942b482 to your computer and use it in GitHub Desktop.
vwww .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
# https://github.com/gosuri/vagrant-env | |
# BRETANY_SALT='y@8Y:Ubv{8-Y-EL>[GV&f,mX`[email protected]<fe&e/@ VH8]H?B},TE6[;1Um!O7qQ7' | |
VAGRANT_GUEST_IP="192.168.12.3" | |
VAGRANT_GUEST_DOMAIN="example.com" | |
# Apache Config | |
APACHE_HTTP_PORT="80" | |
APACHE_HTTPS_PORT="443" | |
# MYSQL | |
# MYSQL_HOST="10.211.55.2" | |
MYSQL_USER="root" | |
MYSQL_PASS="root" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment