makefile retrieve volumes directories from env variables
This commit is contained in:
16
srcs/.env
16
srcs/.env
@@ -1,22 +1,18 @@
|
||||
DB_HOST=mariadb
|
||||
DB_NAME=db_wp_inception
|
||||
DB_PSWD='too bad you have read this now i have to erase your memory'
|
||||
DB_USER=user_wp_inception
|
||||
DB_NAME=db_wp_jipf
|
||||
DB_PSWD='you dont want to know'
|
||||
DB_USER=user_wp_jipf
|
||||
EXECUTION_TIME=300
|
||||
HOME_PATH=/home/asususus
|
||||
HOST_VOLUME_DB=/home/asususus/data/lejourduprof/db_volume
|
||||
HOST_VOLUME_PLUGINS=/srcs/plugins
|
||||
HOST_VOLUME_WP=/home/asususus/data/lejourduprof/wp_volume
|
||||
MAX_UPLOAD_SIZE=512
|
||||
NG_VOLUME_CERTS=/etc/ssl
|
||||
WP_ADMIN_EMAIL=hulamy@42.fr
|
||||
WP_ADMIN=hulamy
|
||||
PROJECT=jipf
|
||||
WP_ADMIN=admin
|
||||
WP_ADMIN_EMAIL=admin@email.fr
|
||||
WP_ADMIN_PSWD='you shall not password !'
|
||||
WP_PORT=3003
|
||||
WP_TITLE=title
|
||||
WP_URL=local_lejourduprof.com
|
||||
WP_USER_EMAIL=moehu36@42.fr
|
||||
WP_USER=moehu36
|
||||
WP_USER_PSWD='it'\''s a secret for nobody'
|
||||
WP_VOLUME_DIR=/var/www/html
|
||||
WP_VOLUME_PLUGINS=/home/www-data
|
||||
|
||||
Reference in New Issue
Block a user