ProyectoGrupal/VerifactuMidAPI/config.yml

14 lines
246 B
YAML
Raw Permalink Normal View History

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