added .env in gitignore
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -51,3 +51,6 @@ Thumbs.db
|
|||||||
|
|
||||||
# ssl certificates
|
# ssl certificates
|
||||||
ssl/
|
ssl/
|
||||||
|
|
||||||
|
# other
|
||||||
|
.env
|
||||||
|
|||||||
19
srcs/.env
19
srcs/.env
@@ -1,19 +0,0 @@
|
|||||||
DB_HOST=mariadb
|
|
||||||
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_WP=/home/asususus/data/lejourduprof/wp_volume
|
|
||||||
MAX_UPLOAD_SIZE=512
|
|
||||||
NG_VOLUME_CERTS=/etc/ssl
|
|
||||||
PROJECT=jipf
|
|
||||||
WP_ADMIN=admin
|
|
||||||
WP_ADMIN_EMAIL=admin@email.fr
|
|
||||||
WP_ADMIN_PSWD='you shall not password !'
|
|
||||||
WP_COMPLETE_URL=local_lejourduprof.com
|
|
||||||
WP_PORT=443
|
|
||||||
WP_TITLE=title
|
|
||||||
WP_URL=local_lejourduprof.com
|
|
||||||
WP_VOLUME_DIR=/var/www/html
|
|
||||||
Reference in New Issue
Block a user