Skip to content

Commit 9fd0ece

Browse files
committed
feat: v14.1.16
1 parent 3de0f1a commit 9fd0ece

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.env

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
GPT_API_URL=http://172.17.0.1:1234/v1/chat/completions
1+
GPT_API_URL=http://hyperlane:1234/v1/chat/completions
22
GPT_MODEL=qwen2.5-coder-1.5b-instruct
3-
MYSQL_HOST=172.17.0.1
3+
MYSQL_HOST=hyperlane
44
MYSQL_PORT=3306
55
MYSQL_USERNAME=hyperlane
66
MYSQL_PASSWORD=hyperlane
77
MYSQL_DATABASE=hyperlane
8-
POSTGRES_HOST=172.17.0.1
8+
POSTGRES_HOST=hyperlane
99
POSTGRES_PORT=5432
1010
POSTGRES_USERNAME=hyperlane
1111
POSTGRES_PASSWORD=hyperlane
1212
POSTGRES_DATABASE=hyperlane
13-
REDIS_HOST=172.17.0.1
13+
REDIS_HOST=hyperlane
1414
REDIS_PORT=6379
1515
REDIS_USERNAME=hyperlane
1616
REDIS_PASSWORD=hyperlane

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hyperlane-quick-start"
3-
version = "14.1.15"
3+
version = "14.1.16"
44
readme = "README.md"
55
edition = "2024"
66
authors = ["root@ltpp.vip"]

0 commit comments

Comments
 (0)