wp fail certainly because docker build have no access to docker network
This commit is contained in:
13
srcs/.env
13
srcs/.env
@@ -6,3 +6,16 @@
|
||||
DB_NAME=db_wp_inception
|
||||
DB_USER=user_wp_inception
|
||||
DB_PSWD="if you read this i will have to erase your memory"
|
||||
|
||||
## TMP MARIADB SETUP
|
||||
DB_NAME_TMP=db_wp_inception_tmp
|
||||
DB_USER_TMP=user_wp_inception_tmp
|
||||
DB_PSWD_TMP="if you read this i will have to erase your memory _tmp"
|
||||
|
||||
## WORDPRESS SETUP
|
||||
WP_DIR=/var/www/html
|
||||
WP_URL=hulamy.42.fr
|
||||
WP_TITLE="le blog !"
|
||||
WP_ADMIN=hulamy
|
||||
WP_ADMIN_PSWD="you shall not password !"
|
||||
WP_ADMIN_EMAIL=hulamy@42.fr
|
||||
|
||||
Reference in New Issue
Block a user