forked from xbrowsersync/api
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathxbrowsersync.env
52 lines (37 loc) · 1.22 KB
/
xbrowsersync.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
45
46
47
48
49
50
51
52
# XBSAPI_SERVICE_LOCATION=DE
# XBSAPI_STATUS_MESSAGE=Welcome to xBrowserSync
# Options: mysql, postgres, sqlite
# XBSAPI_DB_TYPE=sqlite
## required for mysql, postgres
# XBSAPI_DB_HOST=127.0.0.1
# XBSAPI_DB_NAME=xbrowsersync
# XBSAPI_DB_USERNAME=
# XBSAPI_DB_PASSWORD=
## set to something else to disable new sync
# XBSAPI_STATUS_ALLOWNEWSYNCS=true
## set to something else for switch offline
# XBSAPI_STATUS_ONLINE=true
## How many new syncs per user and day
## Configuration dailyNewSyncsLimit
# XBSAPI_DAILYNEWSYNCSLIMIT=3
## When enabled, the file log is activated
# XBSAPI_LOG_FILE_PATH=/var/log/xbrowsersync.log
# XBSAPI_LOG_FILE_LEVEL=error
# XBSAPI_LOG_FILE_KEEPROTATION=5
# XBSAPI_LOG_FILE_ROTATIONPERIOD=1d
## Set stdout log level to error, info, debug
# XBSAPI_LOG_STDOUT_LEVEL=info
## Configuration: maxSyncs
# XBSAPI_MAXSYNCS=5242
## Configuration: maxSyncSize
# XBSAPI_MAXSYNCSIZE=512000
## When behind a reverse Proxy set to true
# XBSAPI_SERVER_BEHINDPROXY=true
## relative path to service
# XBSAPI_SERVER_RELATIVEPATH=/
## Configuration: throttle.maxRequests
# XBSAPI_THROTTLE_MAXREQUESTS=1000
## Configuration: throttle.timeWindow
# XBSAPI_THROTTLE_TIMEWINDOW=300000
## CORS configuration
# XBSAPI_ALLOWEDORIGINS=