-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathenv.dev.example
24 lines (20 loc) · 987 Bytes
/
env.dev.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Copy this file to a file named `.env.dev`, and populate with real values, as needed.
# Run-time environment vars go here. Changes require a container restart to be seen (in that container's main process
# or any operating on it via `docker compose exec`).
# set here the site configuration / dc / me
CLIENT=me
# add here any other variable information you need (e.g., feature flags, other Rails env variables. These may be
# new or overrides of env.dev.base file values.)
TRIBES_INFORMATION_RAW_REVIEW_IS_ENABLED=true
APPLICATION_NEW_YEAR_EFFECTIVE_DATE_DAY_OF_MONTH="1"
APPLICATION_NEW_YEAR_EFFECTIVE_DATE_MONTH_OF_YEAR="8"
CONTACT_RATES_MESSAGE_IS_ENABLED=true
RUBY_THREAD_VM_STACK_SIZE=2097152
FILTERED_APPLICATION_LIST_IS_ENABLED=true
IS_YOUR_HEALTH_COVERAGE_ENDING_EXPANDED_QUESTION_IS_ENABLED=true
CAN_ADD_SEP: "true"
ENROLLMENT_PLAN_TILE_UPDATE_IS_ENABLED=true
TILES_CURRENT_AND_FUTURE_ONLY_IS_ENABLED=true
TILES_GROUP_BY_YEAR_IS_ENABLED=true
MEC_CHECK_IS_ENABLED=true
# ...