This repository has been archived on 2025-03-02. You can view files and clone it, but cannot push or open issues or pull requests.
identity/asset-api/.env.example

4 lines
No EOL
190 B
Text

ASSET_API_ASSETS_FOLDER = "./.assets/"
ASSET_API_IDENTITY_API_ENDPOINT = "http://localhost:3000/"
ASSET_API_PRIVATE_KEY_PATH = "./.keys/m2m.pem"
ASSET_API_PUBLIC_KEY_PATH = "./.keys/m2m.pub"