-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy path.env.example
52 lines (45 loc) · 1.31 KB
/
.env.example
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
#
## Database configuration
#
PERF_DB_SERVER=db.example.com
PERF_DB_NAME=EdFi_Ods_Northridge_v53
PERF_DB_RESTORE=True
# The following is only relevant when restore is true. This path is on the
# database server, not the test host (unless they are the same)
PERF_SQL_BACKUP_FILE=C:/MSSQL/Backup/EdFi_Ods_Northridge_v53.bak
#
## Web server configuration
#
PERF_WEB_SERVER=web.example.com
PERF_API_BASEURL=http://localhost:54746
PERF_API_KEY=populatedSandbox
PERF_API_SECRET=populatedSandboxSecret
# This example copies _all_ log files. If you have changed the API config to
# have a large log file then you might want only the latest file, e.g.
# c:/ed-fi/WebApi/WebApiLog.log.
PERF_API_LOG_FILE_PATH=C:/ed-fi/WebApi/*.log
#
## Paging volume testing
#
PERF_CONTENT_TYPE=json
PERF_RESOURCE_LIST=students studentschoolassociations studenteducationorganizationassociations
PERF_API_PAGE_SIZE=402
PERF_DESCRIPTION=
#
## Performance testing
#
PERF_TEST_TYPE=change_query
PERF_DELETE_RESOURCES=true
PERF_FAIL_DELIBERATELY=false
CLIENT_COUNT=100
SPAWN_RATE=25
RUN_TIME_IN_MINUTES=30
PERF_API_PREFIX="/data/v3/ed-fi"
PERF_API_OAUTH_ENDPOINT="/oauth/token"
#
## General Config
#
PERF_OUTPUT_DIR=./TestResults
PERF_LOG_LEVEL=INFO
# Set to true when using HTTP instead of HTTPS or when using self-signed certificates
IGNORE_TLS_CERTIFICATE=false