ZUGFERDRESTService: Prepare for deployment

This commit is contained in:
Jonathan Jenne
2020-03-25 13:57:31 +01:00
parent 4f75d7eb96
commit 0b36700ba1
5 changed files with 52 additions and 5 deletions

View File

@@ -11,12 +11,12 @@
"LogPath": "E:\\ZUGFeRDRESTService",
"LogDebug": true,
"Name": "ZUGFeRD REST API",
"MSSQLConnectionString": "Server=SDD-VMP04-SQL17\\DD_DEVELOP01;Database=DD_ECM_TEST;User Id=sa;Password=dd;",
"MSSQLConnectionString": "<MSSQLSERVER-CONNECTIONSTRING>",
"Firebird": {
"Datasource": "172.24.12.41",
"Database": "172.24.12.41:E:\\DB\\Firebird\\Databases\\EDMI_TEMPLATE\\EDMI_MASTER.FDB",
"Username": "SYSDBA",
"Password": "dd"
"Datasource": "<FIREBIRDSERVER-IP>",
"Database": "<FIREBIRDSERVER-IP>:<FIREBIRDSERVER-DBPATH>",
"Username": "<FIREBIRDSERVER-USERNAME>",
"Password": "<FIREBIRDSERVER-PASSWORD>"
}
}
}