Comment on page
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:
- 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:
cd waltid-web-wallet/web &&
echo 'IssuerUrl="http://localhost:8080' > .env
Last modified 4mo ago