-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRequiredEnvironmentVariables.txt
66 lines (38 loc) · 1.98 KB
/
RequiredEnvironmentVariables.txt
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
55
56
57
58
59
60
61
62
63
64
65
66
Ensure to set the following environment variables before continuing
-----
AdminCredentials__Email [Can be fictitious]
Used to Seed the Admin account to the database with the Administrator role
AdminCredentials__Password
Password used to create the account
envUseElasticsearch -- true
Set this to true to override appsettings.json and enable logging to Elasticsearch.
Only do this if you have Docker Desktop installed and running
EmailCredentials__Email [Requires a real email account]
Email used to Send emails
EmailCredentials__Password
This is a generated app password
On your gmail account, two-factor authentication
has to be enabled to show app passwords.
You would then generate a custom app password.
Don't specify the platform and give it any name you want.
Copy that as your password
-----
Azure Specific
NOTE: Some of these variables have to be set regardless of whether you have an Azure subscription or not
as these will be used as secrets in kubernetes locally and will override appsettings.json.
Use the defaults if you haven't got one
*** MANDATORY IN ALL ENVIRONMENTS ***
AzureAppConfig__Enabled -- default: false -- override: true
If you have an instance, enable it
AzureAppConfig__ConnectionString -- default: ... -- override: value from portal
Retrieve this value from the Access keys blade
AppInsights__Enabled -- default: false -- override: true
If you have an instance, enable it
AppInsights__ConnectionString -- default: ... -- override: value from portal
Retrieve this value from the overview blade
*** OPTIONAL IN DEVELOPMENT, MANDATORY IN ANY OTHER ENVIRONMENT ***
ConnectionStrings__AzureStorageAccount -- default: ... -- override: connection string
Retrieve this value from the Access keys blade of the storage account
AzureServiceBus__ConnectionString -- default: ... -- override: primary connection string
Retrieve this value from the Shared access policies blade of the azure service bus using
the "RootManageSharedAccessKey" policy