qdy před 3 měsíci
rodič
revize
fa4bb0a481
3 změnil soubory, kde provedl 11 přidání a 1 odebrání
  1. binární
      .DS_Store
  2. 10
    0
      db.yaml
  3. 1
    1
      go.mod

binární
.DS_Store Zobrazit soubor


+ 10
- 0
db.yaml Zobrazit soubor

@@ -0,0 +1,10 @@
1
+database:
2
+  type: "oracle"  # mysql, postgres, oracle, sqlserver
3
+  host: "161.189.7.134"
4
+  port: 1521
5
+  username: "x6_stock_dev"
6
+  password: "mosdev"
7
+  database: "ORCL"
8
+  max_open_conns: 100
9
+  max_idle_conns: 10
10
+  conn_max_lifetime: 300

+ 1
- 1
go.mod Zobrazit soubor

@@ -1,4 +1,4 @@
1
-module git.x2erp.com/qdy/x6-service-agent
1
+module git.x2erp.com/qdy/go-service-agent
2 2
 
3 3
 go 1.25.4
4 4
 

Loading…
Zrušit
Uložit