forked from AudiusProject/apps
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdefault-config.json
More file actions
45 lines (45 loc) · 2.13 KB
/
default-config.json
File metadata and controls
45 lines (45 loc) · 2.13 KB
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
{
"storagePath": "/file_storage",
"awsBucket": "",
"awsAccessKeyId": "",
"awsSecretAccessKey": "",
"ipfsHost": "localhost",
"ipfsPort": 6001,
"dbUrl": "postgres://postgres:postgres@localhost:4432/audius_creator_node",
"port": 4000,
"logLevel": "debug",
"redisHost": "localhost",
"redisPort": 4379,
"rateLimitingAudiusUserReqLimit": 3000,
"rateLimitingUserReqLimit": 60000,
"rateLimitingMetadataReqLimit": 3000,
"rateLimitingImageReqLimit": 6000,
"rateLimitingTrackReqLimit": 6000,
"rateLimitingBatchCidsExistLimit": 1,
"URSMRequestForSignatureReqLimit": 30,
"endpointRateLimits": "{\"/image_upload\":{\"post\":[{\"expiry\":60,\"max\":100}]},\"/users\":{\"post\":[{\"expiry\":60,\"max\":100}]},\"/users/login/challenge\":{\"post\":[{\"expiry\":60,\"max\":100}]},\"/users/logout\":{\"post\":[{\"expiry\":60,\"max\":100}]},\"/users/batch_clock_status\":{\"post\":[{\"expiry\":60,\"max\":100}]},\"/track_content\":{\"post\":[{\"expiry\":60,\"max\":100}]},\"/tracks/metadata\":{\"post\":[{\"expiry\":60,\"max\":100}]},\"/tracks\":{\"post\":[{\"expiry\":60,\"max\":100}]},\"/audius_users/metadata\":{\"post\":[{\"expiry\":60,\"max\":100}]},\"/audius_users\":{\"post\":[{\"expiry\":60,\"max\":100}]},\"/sync\":{\"post\":[{\"expiry\":60,\"max\":500}]},\"/vector_clock_sync\":{\"post\":[{\"expiry\":60,\"max\":500}]}}",
"maxAudioFileSizeBytes": 1000000000,
"maxMemoryFileSizeBytes": 50000000,
"serviceLatitude": "",
"serviceLongitude": "",
"serviceCountry": "",
"delegateOwnerWallet": "",
"delegatePrivateKey": "",
"ethProviderUrl": "http://audius_ganache_cli_eth_contracts:8545",
"ethNetworkId": "",
"ethTokenAddress": "",
"ethRegistryAddress": "",
"ethOwnerWallet": "",
"ethWallets": "",
"spOwnerWalletIndex": 1,
"spOwnerWallet": "",
"discoveryProviderWhitelist": "http://dn1_web-server_1:5000",
"identityService": "http://audius-identity-service_identity-service_1:7000",
"dataRegistryAddress": "",
"dataProviderUrl": "http://docker.for.mac.localhost:8545",
"dataNetworkId": "",
"rehydrateMaxConcurrency": 10,
"creatorNodeEndpoint": "",
"nodeSyncFileSaveMaxConcurrency": 10,
"syncQueueMaxConcurrency": 50
}