build from inception
This commit is contained in:
26
srcs/.env
Normal file
26
srcs/.env
Normal file
@@ -0,0 +1,26 @@
|
||||
|
||||
# DOCKER-COMPOSE
|
||||
|
||||
LOGIN=lenovo
|
||||
|
||||
# MARIADB SETUP
|
||||
|
||||
DB_HOST=mariadb
|
||||
DB_NAME=db_wp_inception
|
||||
DB_USER=user_wp_inception
|
||||
DB_PSWD="too bad you have read this now i have to erase your memory"
|
||||
|
||||
# WORDPRESS SETUP
|
||||
|
||||
WP_URL=local_lejourduprof.com
|
||||
WP_DIR=/var/www/html
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user