-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env.docker
14 lines (14 loc) · 860 Bytes
/
.env.docker
1
2
3
4
5
6
7
8
9
10
11
12
13
14
HOST=0.0.0.0
PORT=3001
APIKEY=dev-apikey
#MX_BASEURL=https://trackmania.exchange
MX_BASEURL=http://mx-sim:3002
AZURE_STORAGE_CONNSTR="DefaultEndpointsProtocol=http;AccountName=devstoreaccount1;AccountKey=Eby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz4I6tq/K1SZFPTOtr/KBHBeksoGMGw==;BlobEndpoint=http://127.0.0.1:10000/devstoreaccount1;QueueEndpoint=http://127.0.0.1:10001/devstoreaccount1;TableEndpoint=http://127.0.0.1:10002/devstoreaccount1;"
CACHE_RMC_SIZE=100
CACHE_RMC_MESSAGETTL=604800
CACHE_RMC_SCHEDULE="1 1 1 1 1 1"
#CACHE_RMC_SCHEDULE="*/10 * * * * *" # dont use for local tests
CACHE_RMC_PRUNESCHEDULE="1 1 1 1 1 1"
#CACHE_RMC_PRUNESCHEDULE="0 15 */4 * * *" # dont use for local tests
CACHE_RMC_SEARCHURL="mapsearch2/search?api=on&random=1&etags=23,37,40&lengthop=1&length=9&vehicles=1&mtype=TM_Race"
CACHE_RMC_DOWNLOADURL="maps/download"