Skip to content

Commit

Permalink
Update .env
Browse files Browse the repository at this point in the history
  • Loading branch information
chendelin1982 authored Nov 29, 2023
1 parent 86af8e8 commit dc35780
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apps/wordpress/.env
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ W9_REPO=wordpress
W9_DIST=community
W9_VERSION=latest

POWER_PASSWO=uQ8E1wVTzG8SOk3!
W9_POWER_PASSWORD=uQ8E1wVTzG8SOk3!
# Environments which for user settings when create application
W9_HTTP_PORT_SET=9001

#### -- Not allowed to edit below environments when recreate app based on existing data -- ####
W9_ID=wordpress
W9_HTTP_PORT=80
#wordpress have write w9_url to database
W9_URL=Internet_IP:$W9_HTTP_PORT_SET
W9_URL=Internet_IP
W9_URL_REPLACE=true
W9_ADMIN_PATH="/wp-admin"
W9_DB_EXPOSE="mariadb"
Expand All @@ -25,5 +25,5 @@ WP_CLI_ALLOW_ROOT=1
PAGER=more
WORDPRESS_DB_HOST=$W9_ID-mariadb
WORDPRESS_DB_USER=$W9_ID
WORDPRESS_DB_PASSWORD=$POWER_PASSWO
WORDPRESS_DB_PASSWORD=$W9_POWER_PASSWORD
WORDPRESS_DB_NAME=$W9_ID

0 comments on commit dc35780

Please sign in to comment.