Skip to content

Commit f6cdc73

Browse files
committed
Merge branch 'feature/acapy056_yaml' of github.com:OpenMined/PyDentity into feature/acapy056_yaml
2 parents af28232 + 650f128 commit f6cdc73

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

configuration/aries-args-advanced.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ genesis-url: !ENV ${GENESIS_URL}
1313
# ACAPY_ADMIN_API_KEY
1414
# ACAPY_ADMIN_INSECURE_MODE
1515
admin: [0.0.0.0, !ENV '${ADMIN_PORT}']
16-
label: !ENV '${AGENT_NAME}'
16+
label: !ENV ${AGENT_NAME}
1717
# the following is the callback url for your controller
1818
webhook-url: !ENV ${WEBHOOK_URL}
1919
# assumes you are running a local von-network, like:
@@ -24,7 +24,7 @@ inbound-transport:
2424
# - [ws, 0.0.0.0, !ENV '${HTTP_PORT}']
2525
outbound-transport: http
2626
# the following is the public endpoint advertised by the agent
27-
endpoint: !ENV '${AGENT_ENDPOINT}'
27+
endpoint: !ENV ${AGENT_ENDPOINT}
2828
auto-ping-connection: true
2929
# register your did using (this example is for von-network):
3030
# curl -d '{"seed":"my_seed_000000000000000000000000", "role":"TRUST_ANCHOR", "alias":"My Agent"}' -X POST http://localhost:9000/register

configuration/aries-args-basic.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ genesis-url: !ENV ${GENESIS_URL}
1313
# ACAPY_ADMIN_API_KEY
1414
# ACAPY_ADMIN_INSECURE_MODE
1515
admin: [0.0.0.0, !ENV '${ADMIN_PORT}']
16-
label: !ENV '${AGENT_NAME}'
16+
label: !ENV ${AGENT_NAME}
1717
# the following is the callback url for your controller
1818
webhook-url: !ENV ${WEBHOOK_URL}
1919
# assumes you are running a local von-network, like:
@@ -24,8 +24,7 @@ inbound-transport:
2424
# - [ws, 0.0.0.0, !ENV '${HTTP_PORT}']
2525
outbound-transport: http
2626
# the following is the public endpoint advertised by the agent
27-
endpoint: !ENV '${AGENT_ENDPOINT}'
28-
auto-ping-connection: true
27+
endpoint: !ENV ${AGENT_ENDPOINT}
2928
# register your did using (this example is for von-network):
3029
# curl -d '{"seed":"my_seed_000000000000000000000000", "role":"TRUST_ANCHOR", "alias":"My Agent"}' -X POST http://localhost:9000/register
3130
# note that the env var name is configured in argparse.py

0 commit comments

Comments
 (0)