Skip to content

Commit

Permalink
Merge pull request #6 from ankitpws/testing-6.0.0
Browse files Browse the repository at this point in the history
saving changes
  • Loading branch information
ankit1shahu authored Dec 8, 2023
2 parents 22eaac2 + 4d8f6e1 commit 5c2c30c
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 5c2c30c

Please sign in to comment.