Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Nikitin committed Jun 8, 2023
2 parents d4ac2d4 + f3ef100 commit d18c7a8
Show file tree
Hide file tree
Showing 25 changed files with 1,807 additions and 915 deletions.
13 changes: 10 additions & 3 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ RESOLVER_URL="https://resolver.cheqd.net/1.0/identifiers/"
ALLOWED_ORIGINS="http://localhost:8787"

# Database
DB_CONNECTION_URL=postgres://logto:password@localhost:5432/logto
DB_ENCRYPTION_KEY="<db-encryption-key>"
# DB_CERTIFICATE="certs/issuer.crt"
ENABLE_EXTERNAL_DB="false"
EXTERNAL_DB_CONNECTION_URL=postgres://logto:password@localhost:5432/logto
EXTERNAL_DB_ENCRYPTION_KEY="<db-encryption-key>"
# EXTERNAL_DB_CERT="certs/issuer.crt"

# OpenId
OIDC_JWKS_ENDPOINT='http://localhost:3001/oidc/jwks'
Expand All @@ -22,3 +23,9 @@ ENABLE_VERIDA_CONNECTOR="string,default:false"
VERIDA_PRIVATE_KEY="akjvncanv....avoa"
POLYGON_PRIVATE_KEY="alnvca...dvncioa"
VERIDA_NETWORK="testnet"

# Without Database
ISSUER_ID_PRIVATE_KEY_HEX="akjvncanv....avoa"
ISSUER_ID_PUBLIC_KEY_HEX="alnvca...dvncioa"
ISSUER_DID="did:cheqd:testnet:afcnoa...adv"
FEE_PAYER_MNEMONIC="sketch mountain ....."
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -453,4 +453,7 @@ cred.json
_wrangler.toml

# verida
v[0-9,a-z]*
v[0-9,a-z]*

# sqlite
*.sqlite
Loading

0 comments on commit d18c7a8

Please sign in to comment.