Skip to content

Commit

Permalink
chore(env): adjust dot env (#1434)
Browse files Browse the repository at this point in the history
  • Loading branch information
hgw77 authored Oct 17, 2024
1 parent f1b1b68 commit 775bac8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
7 changes: 0 additions & 7 deletions dotenv.proxy.template
Original file line number Diff line number Diff line change
Expand Up @@ -77,13 +77,6 @@ ACTIVE_RECORD_QUIET=true
# these domains (list is comma separated) cannot inherit their masterdata to projects
DOMAIN_MASTERDATA_INHERITANCE_BLACKLIST=monsoon3

# used for cypress e2e tests
TEST_DOMAIN="cc3test"
TEST_MEMBER_USER="###TEST_USER###_TM"
TEST_MEMBER_PASSWORD="*vault(path: shared/cc3test/ldap-user/###TEST_USER###_TM, field: password)"
TEST_ADMIN_USER="###TEST_USER###_TA"
TEST_ADMIN_PASSWORD="*vault(path: shared/cc3test/ldap-user/###TEST_USER###_TA, field: password)"

# load elektra extensions, see also gemfile
ELEKTRA_EXTENSION=true

Expand Down
7 changes: 0 additions & 7 deletions dotenv.template
Original file line number Diff line number Diff line change
Expand Up @@ -76,13 +76,6 @@ ACTIVE_RECORD_QUIET=true
# these domains (list is comma separated) cannot inherit their masterdata to projects
DOMAIN_MASTERDATA_INHERITANCE_BLACKLIST=monsoon3

# used for cypress e2e tests
TEST_DOMAIN="cc3test"
TEST_MEMBER_USER="###TEST_USER###_TM"
TEST_MEMBER_PASSWORD="*vault(path: shared/cc3test/ldap-user/###TEST_USER###_TM, field: password)"
TEST_ADMIN_USER="###TEST_USER###_TA"
TEST_ADMIN_PASSWORD="*vault(path: shared/cc3test/ldap-user/###TEST_USER###_TA, field: password)"

# load elektra extensions, see also gemfile
ELEKTRA_EXTENSION=true

Expand Down

0 comments on commit 775bac8

Please sign in to comment.