16 lines
313 B
YAML
16 lines
313 B
YAML
server:
|
|
port: 6789
|
|
|
|
verifactu:
|
|
production: false
|
|
|
|
certificates:
|
|
storage_path: ./data/certs/
|
|
cert_file: ./data/certs/personal.p12
|
|
cert_password: Mecedora12
|
|
|
|
crypto:
|
|
keys_path: ./keys/
|
|
# Name and email for RSA key generation (if keys don't exist)
|
|
name: "VeriFactu API"
|
|
email: "admin@byolivia.work" |