# Besu RPC address and port
BESU_RPC = 162.55.94.15: 8545

# Infura API Key
INFURA_API =

# Private key for managing contracts by server
ADMIN_PRIVATE_KEY =

# Endpoint that should be called for confirming offering
PT_CONFIRM_OFFERING_ENDPOINT=https://uri/pt/v1.0/offerings/

# Which blockchain should be used by the server: besu | sepolia | localhost
HARDHAT_NETWORK=besu


# There are two options for validating JWT secret, locat decode using secret, or calling external Endpoint
# There are two options: LOCAL / ENDPOINT
AUTH_METHOD=LOCAL
JWT_SECRET=sweet-salt

# For `sweet-salt` use the following token for testing:
# eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiaWF0IjoxNTE2MjM5MDIyfQ.SUkkj1r5ncz9moS4OpX1bJfXPMiJviXdoFOTfQh93JE

AUTH_URL=https://auth.fame-horizon.eu/api


CUSTOMER_PRIVATE_KEY=some-customer-key-for-tests
