소스 검색

修改包名称

qdy 3 달 전
부모
커밋
fa4bb0a481
3개의 변경된 파일11개의 추가작업 그리고 1개의 파일을 삭제
  1. BIN
      .DS_Store
  2. 10
    0
      db.yaml
  3. 1
    1
      go.mod

BIN
.DS_Store 파일 보기


+ 10
- 0
db.yaml 파일 보기

@@ -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 파일 보기

@@ -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…
취소
저장