Fix passing environment variables

This commit is contained in:
ChiefSoft works
2022-03-13 04:30:45 +00:00
parent de92e739e5
commit 6ca09436d0
+2
View File
@@ -4,8 +4,10 @@ RewriteEngine On
#RewriteBase /wrenchboard/ #RewriteBase /wrenchboard/
RewriteBase / RewriteBase /
PassEnv CI_ENV
#SetEnv CI_ENV development #SetEnv CI_ENV development
#SetEnv CI_ENV production #SetEnv CI_ENV production
PassEnv CI_CONFIG
#SetEnv CI_CONFIG test_config #SetEnv CI_CONFIG test_config
#SetEnv CI_CONFIG live_config #SetEnv CI_CONFIG live_config