Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions .env.prod
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Show Login Option ('yes' or 'no')
VITE_SHOW_LOGIN=yes
VITE_IS_DEVELOPMENT=

VITE_BASE_URL=/workforce

# VITE_AUTH_MOCK_USER can be set to ADMIN, USER, or left blank
# Leaving VITE_AUTH_MOCK_USER blank will cause the app not to run in "Auth Mocked Mode"
# and to instead send authentication requests to VITE_AUTH_HOST
VITE_AUTH_MOCK_USER=

VITE_AUTH_HOST=https://identityc.sec.usace.army.mil/auth

VITE_AUTH_REDIRECT_URL=https://hhc-apps.cwbi.mil/workforce

# APIs Used By Application
VITE_WORKFORCE_API_URL=https://hhc-apps.cwbi.mil/workforce/api
17 changes: 17 additions & 0 deletions .env.test
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Show Login Option ('yes' or 'no')
VITE_SHOW_LOGIN=yes
VITE_IS_DEVELOPMENT=

VITE_BASE_URL=/workforce

# VITE_AUTH_MOCK_USER can be set to ADMIN, USER, or left blank
# Leaving VITE_AUTH_MOCK_USER blank will cause the app not to run in "Auth Mocked Mode"
# and to instead send authentication requests to VITE_AUTH_HOST
VITE_AUTH_MOCK_USER=

VITE_AUTH_HOST=https://identityc-test.cwbi.us/auth

VITE_AUTH_REDIRECT_URL=https://hhc-apps-test.cwbi.us/workforce

# APIs Used By Application
VITE_WORKFORCE_API_URL=https://hhc-apps-test.cwbi.us/workforce/api