GitHub Actions commited on
Commit
53a45c3
·
1 Parent(s): ba2823d

Deploy SIN-Code-Database from GitHub Actions

Browse files
clients/codex-config.toml CHANGED
@@ -2,5 +2,4 @@
2
 
3
  [agent]
4
  name = "SIN-Code-Database"
5
- endpoint = "http://127.0.0.1:46011/a2a/v1"
6
-
 
2
 
3
  [agent]
4
  name = "SIN-Code-Database"
5
+ endpoint = "http://127.0.0.1:7860/a2a/v1"
 
cloudflared/config.example.yml CHANGED
@@ -2,6 +2,5 @@ tunnel: sin-code-database
2
  credentials-file: /etc/cloudflared/sin-code-database.json
3
  ingress:
4
  - hostname: sin-code-database.delqhi.com
5
- service: http://127.0.0.1:46011
6
  - service: http_status:404
7
-
 
2
  credentials-file: /etc/cloudflared/sin-code-database.json
3
  ingress:
4
  - hostname: sin-code-database.delqhi.com
5
+ service: http://127.0.0.1:7860
6
  - service: http_status:404