VerifactuMidAPI/config.yml

14 lines
241 B
YAML

server:
port: 6789
verifactu:
environment: test
certificates:
storage_path: ./certs/
crypto:
keys_path: ./keys/
# Name and email for RSA key generation (if keys don't exist)
name: "VeriFactu API"
email: "admin@byolivia.work"