9 lines
287 B
Plaintext
9 lines
287 B
Plaintext
# Vorlage fuer die .env-Datei: kopieren nach .env und Werte eintragen.
|
|
# cp .env.example .env
|
|
|
|
# MongoDB-Verbindung fuer die Rechnungstemplates
|
|
MONGODB_URI=mongodb://BENUTZER:PASSWORT@localhost:27017/pdf-tool?authSource=admin
|
|
|
|
# HTTP-Port der Anwendung (Standard: 8083)
|
|
SERVER_PORT=8083
|