File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- GPT_API_URL = http://172.17.0.1 :1234/v1/chat/completions
1+ GPT_API_URL = http://hyperlane :1234/v1/chat/completions
22GPT_MODEL = qwen2.5-coder-1.5b-instruct
3- MYSQL_HOST = 172.17.0.1
3+ MYSQL_HOST = hyperlane
44MYSQL_PORT = 3306
55MYSQL_USERNAME = hyperlane
66MYSQL_PASSWORD = hyperlane
77MYSQL_DATABASE = hyperlane
8- POSTGRES_HOST = 172.17.0.1
8+ POSTGRES_HOST = hyperlane
99POSTGRES_PORT = 5432
1010POSTGRES_USERNAME = hyperlane
1111POSTGRES_PASSWORD = hyperlane
1212POSTGRES_DATABASE = hyperlane
13- REDIS_HOST = 172.17.0.1
13+ REDIS_HOST = hyperlane
1414REDIS_PORT = 6379
1515REDIS_USERNAME = hyperlane
1616REDIS_PASSWORD = hyperlane
Original file line number Diff line number Diff line change 11[package ]
22name = " hyperlane-quick-start"
3- version = " 14.1.15 "
3+ version = " 14.1.16 "
44readme = " README.md"
55edition = " 2024"
66authors = [" root@ltpp.vip" ]
You can’t perform that action at this time.
0 commit comments