gobuch-trainingfellow/registrierung/config.yml

10 lines
270 B
YAML
Raw Normal View History

2020-08-31 13:23:01 +00:00
mongo:
url: mongodb://mongorootuser:mongorootpw@mongodb:27017
2020-10-22 03:49:15 +00:00
database: training-fellow
2020-08-31 13:23:01 +00:00
collection: registration
nats:
url: nats://nats:4222
server:
ssl:
certFile: "./certs/registrierung.tf.crt"
keyFile: "./certs/registrierung.tf.key"