mirror of
https://github.com/drmartinberger/FueliFinTS.git
synced 2026-08-19 13:18:22 +02:00
Initialized fork of FuelFinTS and made it rudimentary runnable
This commit is contained in:
parent
ea4822c0ca
commit
2e2da72a96
75 changed files with 1977 additions and 128 deletions
|
|
@ -1,8 +1,12 @@
|
|||
db.jdbcurl.12345678=jdbc:mysql://yourdbserver:3306/yourbankdb?characterEncoding=ISO-8859-1
|
||||
db.server.12345678=dbserver
|
||||
db.name.12345678=fints
|
||||
db.user.12345678=dbuser
|
||||
db.password.12345678=dbpassword
|
||||
|
||||
db.jdbcurl.23456789=jdbc:mysql://anotherdbserver:3306/anotherbankdb?characterEncoding=ISO-8859-1
|
||||
db.server.23456789=otherdbserver
|
||||
db.name.23456789=otherdbname
|
||||
db.user.23456789=otherdbuser
|
||||
db.password.23456789=otherdbpassword
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue