Skip to content

Commit

Permalink
saving changes (#3935)
Browse files Browse the repository at this point in the history
Co-authored-by: ankitshahu <[email protected]>
  • Loading branch information
ankit1shahu and ankitshahu authored Dec 11, 2023
1 parent 22eaac2 commit b8d7b88
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
6 changes: 5 additions & 1 deletion ansible/roles/stack-sunbird/templates/ml-core-service.env
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,8 @@ KAFKA_GROUP_ID={{ml_core_kafka_group_id | default("ml-core-service")}}
PROGRAM_USERS_JOINED_TOPIC={{ml_core_program_users_joined_topic | default (env_name+".programuser.info")}}

#TimeOffset with respect to UTC
TIMEZONE_DIFFRENECE_BETWEEN_LOCAL_TIME_AND_UTC={{ml_core_timezone_diffrenece_between_local_time_and_utc | default ("+05:30")}}
TIMEZONE_DIFFRENECE_BETWEEN_LOCAL_TIME_AND_UTC={{ml_core_timezone_diffrenece_between_local_time_and_utc | default ("+05:30")}}


#Validate Entities enable/Disable
VALIDATE_ENTITIES={{ml_service_validate_entities | default ("ON")}}
6 changes: 6 additions & 0 deletions ansible/roles/stack-sunbird/templates/ml-survey-service.env
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,9 @@ KEYCLOAK_PUBLIC_KEY_PATH={{ml_survey_keycloak_public_key_path|default("keycloak-

## portal url of env
APP_PORTAL_BASE_URL={{ proto }}://{{ domain_name }}

#Program join enable/disable
PROGRAM_JOIN_ON_OFF={{ml_program_join_on_off | default ("ON")}}

#validate entities enable/disable
VALIDATE_ENTITIES={{ml_service_validate_entities | default ("ON")}}

0 comments on commit b8d7b88

Please sign in to comment.