Skip to content

Commit 3696153

Browse files
authored
chore/update-env-demo (#1250)
* chore: remove unwanted values from .env.demo Signed-off-by: Sahil Kamble <[email protected]> * chore: remove unwanted values from agent.env Signed-off-by: Sahil Kamble <[email protected]> --------- Signed-off-by: Sahil Kamble <[email protected]>
1 parent f587f3a commit 3696153

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.env.demo

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ NATS_URL=nats://your-ip:4222
2929
REDIS_HOST=your-ip
3030
REDIS_PORT=6379
3131

32-
SENDGRID_API_KEY=
32+
SENDGRID_API_KEY=
3333

3434
WALLET_STORAGE_HOST=your-ip
3535
WALLET_STORAGE_PORT=5432
@@ -76,15 +76,15 @@ AWS_ORG_LOGO_BUCKET_NAME=
7676
# Required (As connecting to org requires Shortened url)
7777
AWS_S3_STOREOBJECT_ACCESS_KEY=
7878
AWS_S3_STOREOBJECT_SECRET_KEY=
79-
AWS_S3_STOREOBJECT_REGION=
79+
AWS_S3_STOREOBJECT_REGION=
8080
AWS_S3_STOREOBJECT_BUCKET=
8181

8282
# Please refere AWS to determine your bucket url
8383
# https://docs.aws.amazon.com/AmazonS3/latest/userguide/VirtualHosting.html#path-style-access
8484
SHORTENED_URL_DOMAIN='https://AWS_S3_STOREOBJECT_REGION.amazonaws.com/AWS_S3_STOREOBJECT_BUCKET'
8585
DEEPLINK_DOMAIN='https://link.credebl.id?url='
8686

87-
ENABLE_CORS_IP_LIST=http://localhost:3000, http://localhost:3001, http://localhost:5000,http://localhost:8085,https://verify.credebl.id,https://verifyed.credebl.id,https://verify-api.credebl.id,https://qa.credebl.id,https://dev.credebl.id,https://credebl.id
87+
ENABLE_CORS_IP_LIST=http://localhost:3000,http://localhost:3001,http://localhost:5000,http://localhost:8085
8888

8989
USER_NKEY_SEED=
9090
API_GATEWAY_NKEY_SEED=

agent.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ RPC_URL=https://polygon-rpc.com
2020
# RPC_URL=https://rpc-amoy.polygon.technology
2121

2222
# Add url and token from your file server
23-
SERVER_URL=https://schema.credebl.id
23+
SERVER_URL=
2424
FILE_SERVER_TOKEN=
2525

2626
BCOVRIN_TEST_GENESIS='{"reqSignature":{},"txn":{"data":{"data":{"alias":"Node1","blskey":"4N8aUNHSgjQVgkpm8nhNEfDf6txHznoYREg9kirmJrkivgL4oSEimFF6nsQ6M41QvhM2Z33nves5vfSn9n1UwNFJBYtWVnHYMATn76vLuL3zU88KyeAYcHfsih3He6UHcXDxcaecHVz6jhCYz1P2UZn2bDVruL5wXpehgBfBaLKm3Ba","blskey_pop":"RahHYiCvoNCtPTrVtP7nMC5eTYrsUA8WjXbdhNc8debh1agE9bGiJxWBXYNFbnJXoXhWFMvyqhqhRoq737YQemH5ik9oL7R4NTTCz2LEZhkgLJzB3QRQqJyBNyv7acbdHrAT8nQ9UkLbaVL9NBpnWXBTw4LEMePaSHEw66RzPNdAX1","client_ip":"138.197.138.255","client_port":9702,"node_ip":"138.197.138.255","node_port":9701,"services":["VALIDATOR"]},"dest":"Gw6pDLhcBcoQesN72qfotTgFa7cbuqZpkX3Xo6pLhPhv"},"metadata":{"from":"Th7MpTaRZVRYnPiabds81Y"},"type":"0"},"txnMetadata":{"seqNo":1,"txnId":"fea82e10e894419fe2bea7d96296a6d46f50f93f9eeda954ec461b2ed2950b62"},"ver":"1"}

0 commit comments

Comments
 (0)