-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
37 lines (37 loc) · 870 Bytes
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"server_ip": "enjsqlsrv.enerji.holding.local",
"username": "halil.zere",
"password": "Rust?/?2024**",
"database_name": "EKTM_HAM",
"table_name": "AA_DENEME",
"data_types": {
"object": {
"type": "nvarchar",
"size": 30,
"nullable": 1
},
"float": {
"type": "decimal",
"size": 10,
"precision": 4,
"nullable": 1,
"use_sql_float": 1
},
"int": {
"type": [
"int",
"bigint"
],
"type_index": 0,
"nullable": 1
},
"datetime": {
"type": [
"datetime",
"date"
],
"type_index": 0,
"nullable": 1
}
}
}