forked from shikshalokam/sl-usermanagement-service
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env.sample
55 lines (44 loc) · 1.5 KB
/
.env.sample
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
# Service Config
HOST = localhost
APPLICATION_PORT = 4101
LOG = debug
APPLICATION_ENV = 'development'
APPLICATION_BASE_URL = "/user-management/"
APPLICATION_BASE_HOST = "https://devhome.shikshalokam.org"
URL_PREFIX = "api/v1"
HEALTH_CHECK_URL = "/ping"
LOGGER_DIRECTORY = "logs"
# Setting to turn on/off console.log
ENABLE_CONSOLE_LOGGING = "ON/OFF"
ENABLE_FILE_LOGGING = "ON/OFF"
AUTHORIZATION = "Server authorization code"
SHIKSHALOKAM_BASE_HOST = "dev.shikshalokam.org"
# Databse config
MONGODB_URL = mongodb://localhost
MONGODB_PORT = 27017
MONGODB_DATABASE_NAME = "sl-assessment"
# For reports generation.
INTERNAL_ACCESS_TOKEN = "Internal access token to access reports"
# Setting for migrations
MIGRATION_COLLECTION = "migrations"
MIGRATION_DIR = "migrations"
# Slack Configuration
SLACK_COMMUNICATIONS_ON_OFF = "OFF"
SLACK_EXCEPTION_LOG_URL = ""
SLACK_TOKEN = ""
RUBRIC_ERROR_MESSAGES_TO_SLACK = "ON/OFF"
# Disable learner service check
DISABLE_LEARNER_SERVICE_ON_OFF = "OFF"
# Punjab Integration Details
PUNJAB_SERVICE_BASE_URL = "" // Full http path
PUNJAB_SERVICE_KEY = "" // Access Key
PUNJAB_SERVICE_HOST = "" // Host URL
PUNJAB_SERVICE_DEFAULT_PASSWORD = "" // Default Password to create Punjab Users
PUNJAB_SERVICE_DEFAULT_MAIL_DOMAIN = "" // Default mail domain for Punjab Users
#Sunbird Config
SUNBIRD_ORGANISATION_ID = "";
SUNBIRD_CHANNEL ="";
DARPAN_APP_KEYCLOAK_CLIENT = "sl-ionic-connect"
#Sunbird service config
SUNBIRD_SERIVCE_HOST = https://dev.api.shikshalokam.org
SUNBIRD_SERIVCE_BASE_URL = "/sunbird/"