Skip to content

Commit

Permalink
Update example for HTTP Auth
Browse files Browse the repository at this point in the history
  • Loading branch information
hirasso committed Jan 23, 2024
1 parent 8f6cd2c commit 0a954be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wp-sync-deploy.example.env
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ WP_THEME="mytheme"
# Production Server
PROD_HOST="example.com"
PROD_PROTOCOL="https"
PROD_HTTP_AUTH="" # for HTTP Authentication, e.g. username:password@example.com
PROD_HTTP_AUTH="" # for HTTP Authentication, e.g. "username:password"
PROD_WEB_ROOT="/absolute/path/to/webroot"
PROD_SSH="[email protected]"
PROD_PHP_BINARY="php"
Expand Down

0 comments on commit 0a954be

Please sign in to comment.