last modif in env var its now working
This commit is contained in:
10
srcs/.env
10
srcs/.env
@@ -31,10 +31,10 @@ MAX_UPLOAD_SIZE=512
|
||||
EXECUTION_TIME=300
|
||||
|
||||
# env file does not have expension capacity, so we simulate it with makefile :
|
||||
# 1. the lines starting with EXPEND_ will be retrieved by the makefil
|
||||
# 1. the lines starting with "#EXPEND_" will be retrieved by the makefile
|
||||
# 2. then it will expend the $HOME_PATH and $PWD_PATH
|
||||
# 3. then it will remove the leading "EXPEND_" word
|
||||
# 4. then it will erase all the line starting with "HOST_VOLUME_"
|
||||
# 3. then it will remove the leading "#EXPEND_" word
|
||||
# 4. then it will erase all the line starting with "HOST_VOLUME_" if they exist
|
||||
# 5. and finally it will add the expended lines after the line "EXPENDED LINES :"
|
||||
# LINES TO EXPEND :
|
||||
#EXPEND_HOST_VOLUME_WP=$HOME_PATH/data/lejourduprof/wp_volume
|
||||
@@ -44,6 +44,6 @@ EXECUTION_TIME=300
|
||||
# EXPENDED LINES :
|
||||
HOST_VOLUME_CERTS=/home/asususus/Nextcloud/informatique/lejourduprof/srcs/requirements/nginx/conf/ssl
|
||||
HOST_VOLUME_PLUGINS=/home/asususus/Nextcloud/informatique/lejourduprof/srcs/plugins
|
||||
HOST_VOLUME_DB=~/data/lejourduprof/db_volume
|
||||
HOST_VOLUME_WP=~/data/lejourduprof/wp_volume
|
||||
HOST_VOLUME_DB=/home/asususus/data/lejourduprof/db_volume
|
||||
HOST_VOLUME_WP=/home/asususus/data/lejourduprof/wp_volume
|
||||
|
||||
|
||||
Reference in New Issue
Block a user