token-gallery-backend/example-settings.json

43 lines
856 B
JSON

{
"sentry": {
"api": "SENTRY_URL_1",
"scraper": "SENTRY_URL_2"
},
"baseUrl": "https://PUBLIC_DOMAIN",
"factory": {
"address": "FACTORY_ADDRESS",
"block": 9046391
},
"token": {
"address": "TOKEN_ADDRESS",
"decimals": 18,
"block": 7150030
},
"web3": {
"url": "wss://INFURA_URL",
"options": {
"reconnect": {
"auto": true,
"delay": 5000,
"maxAttempts": 5,
"onTimeout": false
}
}
},
"db": {
"user": "DB_USER",
"host": "127.0.0.1",
"database": "DB_NAME",
"password": "DB_PASS",
"port": 5432
},
"http": {
"port": 3031
},
"ipfs": {
"nodes": [
"http://localhost:5001/api/v0"
]
}
}