forked from floss50/brizo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.ini.template
29 lines (26 loc) · 976 Bytes
/
config.ini.template
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
[keeper-contracts]
keeper.url = ${KEEPER_URL}
secret_store.url = ${SECRET_STORE_URL}
parity.url = ${PARITY_URL}
parity.address = ${PARITY_ADDRESS}
parity.password = ${PARITY_PASSWORD}
[resources]
brizo.url = ${BRIZO_URL}
aquarius.url = ${AQUARIUS_URL}
storage.path = squid_py.db
downloads.path = consume-downloads
[osmosis]
azure.account.name = ${AZURE_ACCOUNT_NAME}
azure.account.key = ${AZURE_ACCOUNT_KEY}
azure.resource_group = ${AZURE_RESOURCE_GROUP}
azure.location = ${AZURE_LOCATION}
azure.client.id = ${AZURE_CLIENT_ID}
azure.client.secret = ${AZURE_CLIENT_SECRET}
azure.tenant.id = ${AZURE_TENANT_ID}
azure.subscription.id = ${AZURE_SUBSCRIPTION_ID}
; azure.share.input and azure.share.output are only used
; for Azure Compute data assets (not for Azure Storage data assets).
; If you're not supporting Azure Compute, just leave their values
; as compute and output, respectively.
azure.share.input = ${AZURE_SHARE_INPUT}
azure.share.output = ${AZURE_SHARE_OUTPUT}