Configurations
Backend configurations
Web-wallet backend is configured with a set of files describing the configuration using the Hocon format (Human-Optimized Config Object Notation). Things that can be configured relate to:
Frontend configurations
issuer-portal - the
IssuerUrl
environment variable should be set, specifying the location where the issuer-portal can be reached at. By default, it is set tohttp://localhost:8080
. For local development, this can be updated in the wallet-frontend.env
file:
Last updated