Skip to content

Commit

Permalink
Add ml_core_internal_access_token for pvt repo template
Browse files Browse the repository at this point in the history
  • Loading branch information
aks30 authored Nov 2, 2023
1 parent bf876cc commit 076929c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions private_repo/ansible/inventory/dev/Core/common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -515,6 +515,9 @@ sunbird_kong_device_register_anonymous: 'true' # enables anonymous sessions
sunbird_session_store_type: redis # uses redis for session data instead of cassandra
portal_redis_connection_string: "redis://:@{{ sunbird_redis_host }}:6379/3" # Uses KP redis and DB number 3 to store session data

#### ML Core Service #####
ml_core_internal_access_token: 8c3a94f0934e01a4940a # Secure token to access Admin related APIs.The value of internal access token can be generated by command - "openssl rand -hex 10"

#### ML Analytics Service #####
ml_analytics_cname_url: # Reference value - https://obj.dev.sunbirded.org/samiksha/

Expand Down

0 comments on commit 076929c

Please sign in to comment.