Created
August 7, 2021 02:44
-
-
Save sunilw/57a9c1e9a526aefdb3778cf16c3b1151 to your computer and use it in GitHub Desktop.
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
global: | |
sql_adapter: "default" | |
local: | |
vhost: "************" | |
wordpress_path: "**********************" | |
database: | |
name: "*************" | |
host: "***********" | |
password: "********" | |
password: "*********" | |
production: | |
vhost: "***********" | |
wordpress_path: "/var/www/********" | |
database: | |
name: "**************" | |
user: "*************" | |
pass: "*********" | |
ssh: | |
host: "***********" | |
user: "***********" | |
password: "*********" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment