forked from Sunbird-Lern/notification-service
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathsetVars.sh
More file actions
18 lines (15 loc) · 710 Bytes
/
setVars.sh
File metadata and controls
18 lines (15 loc) · 710 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Sets up all environment vars.
################### NOTIFICATION_SERVICE configuration ###################################
#export sunbird_notification_fcm_account_key=
#export sunbird_notification_kafka_servers_config=
#export sunbird_notification_kafka_topic=
#export sunbird_msg_91_auth=
#export sunbird_notification_msg_default_sender=
#export sunbird_notification_otp_expiry_in_minute=
#export sunbird_mail_server_from_email=
#export sunbird_mail_server_host=
#export sunbird_mail_server_password=
#export sunbird_mail_server_username=
#export sunbird_mail_server_port=
#export sunbird_notification_otp_length=
################### END - NOTIFICATION_SERVICE configuration #############################