initial commit, configuration, connection

This commit is contained in:
2024-06-24 16:28:51 -05:00
parent e44cb12fa9
commit 70d1999ca4
7 changed files with 62 additions and 0 deletions

10
config.toml.example Normal file
View File

@ -0,0 +1,10 @@
[database]
driver = "ODBC Driver 18 for SQL Server"
server = "192.168.x.x"
database = "EFTDB"
user = "a"
password = "a"
query = "SELECT [Id],[Version] FROM [EFTDB].[dbo].[tbl_Schema_Version]"
[logging]
use_log = true