adding rest of docker files

This commit is contained in:
2023-12-03 10:18:20 -08:00
parent 618fd1c4bb
commit 71dbd5eab7
8 changed files with 1144 additions and 0 deletions

14
config/config.yaml Normal file
View File

@@ -0,0 +1,14 @@
backendHostname: receiptmanager.home.local
backendIP: 192.168.50.59
backendLanguage: de-DE
backendPort: 5558
dbMode: mssql
encrypted: true
parserIP: 192.168.50.6
parserPort: 8721
parserToken: dd8dfbfbc51233fea39acc23c9a08fc3
sqlDatabase: receiptData
sqlPassword: cbadf3c7d51a20df94a0ed37ed92bff16a75fdaa35d1f53e78f99ebe0179f89e
sqlServerIP: 192.168.50.6
sqlUsername: receiptParser
useSSL: false