nothing works, all is broken, dammit
This commit is contained in:
24
srcs/.env
24
srcs/.env
@@ -1,20 +1,20 @@
|
||||
#DOMAIN_NAME=wil.42.fr
|
||||
## certificates
|
||||
#CERTS_=./XXXXXXXXXXXX
|
||||
|
||||
## MARIADB SETUP
|
||||
# MARIADB SETUP
|
||||
|
||||
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
|
||||
|
||||
## WORDPRESS SETUP
|
||||
WP_DIR=/var/www/html
|
||||
WP_URL=hulamy.42.fr
|
||||
WP_TITLE="le blog !"
|
||||
WP_ADMIN=hulamy
|
||||
WP_TITLE=title
|
||||
|
||||
WP_ADMIN=admin
|
||||
WP_ADMIN_PSWD="you shall not password !"
|
||||
WP_ADMIN_EMAIL=hulamy@42.fr
|
||||
WP_ADMIN_EMAIL=admin@email.fr
|
||||
|
||||
WP_USER=user
|
||||
WP_USER_PSWD="it's a secret for nobody"
|
||||
WP_USER_EMAIL=user@email.fr
|
||||
|
||||
Reference in New Issue
Block a user