-
Notifications
You must be signed in to change notification settings - Fork 1
/
.env
44 lines (37 loc) · 1.04 KB
/
.env
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
DataSource=
DatabaseType=
DbUser=
DbPassword=
DbName=
DbSchema=
DbPort=
ApiEndPoint=
ApiToken=
StaticEndPoint=
# Timeframe for trusted data to compare against (minimum 1 year for standard corridors, 2 years for seasonal corridors)
FromYear=
ToYear=
# Set the boundry sensetivity for anomaly detectioon. (mean ± sensetivity * standard deviation)
BoundarySensitivity=
# Set corridors mode 1 = standard mode (boundries calculated over entire dataset), 2 = seasonal mode (boundries calculated per month in the dataset (2 years data minimum))
CorridorsMode=
# Size of the rolling window when using seasonal corridors mode (default = 5)
WindowSize=
EmailAddress=
# app password must be generated for gmail/outlook 2FA to work (do not use standard pass)
EmailPassword=
# seperate emails by comma (no space) if multiple
RecipientEmail=
# Azure App Name for storing interatcive graphs
AzureAppName=
# OpenAI integration
OpenAiAPI=
OpenAiBase=
OpenAiType=
OpenAiVersion=
OpenAiName=
SystemMessage=
# Frequency of anomaly check (in days)
Frequency=
ssl=True
Debug=True