-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path.env.example
27 lines (21 loc) · 846 Bytes
/
.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
# Saucelabs username example
SAUCE_USERNAME=johndoe
# Saucelabs access key example
SAUCE_ACCESS_KEY=4f5fcd7a-cf01-4333-aa49-a741a9c9ae23
# The indexs of the range of the records you want to process for
# creating new jobs. If there are no jobs in the database and
# the end index is set to 10, only 10 records will be used to make
# jobs
#PROVIDERS_INDEX_START=0
#PROVIDERS_INDEX_END=10
# The indexs of the range of the jobs you want to process
#JOBS_INDEX_START=0
#JOBS_INDEX_END=10
# Configure if the compat tests should log their results in real time. Disabling
# this likely increase performance
#LOG_COMPAT_SPEC_RESULTS=true
# Configure if compat-db should use mysql or sqlite. Will default to sqlite.
# mysql will offer better performance and concurrency
#USE_SQLITE=true
# Configure your MYSQL IP address
#MYSQL_IP_ADDRESS=127.0.0.1