Files
42_INT_13_inception/srcs/.env
2022-09-23 20:22:35 +02:00

27 lines
451 B
Bash

# DOCKER-COMPOSE
LOGIN=$USER
# MARIADB SETUP
DB_HOST=mariadb
DB_NAME=db_wp_inception
DB_USER=user_wp_inception
DB_PSWD="if you read this i will have to erase your memory"
#ROOT_PSWD="root passphrase"
# WORDPRESS SETUP
WP_DIR=/var/www/html
WP_URL=hulamy.42.fr
WP_TITLE=title
WP_ADMIN=hulamy
WP_ADMIN_PSWD="you shall not password !"
WP_ADMIN_EMAIL=hulamy@42.fr
WP_USER=moehu36
WP_USER_PSWD="it's a secret for nobody"
WP_USER_EMAIL=moehu36@42.fr