Commit e7d7db62 authored by nanahira's avatar nanahira

use inbuilt ip value

parent 72d53f8d
Pipeline #10251 passed with stages
in 33 seconds
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
"koishi.config.yml": { "koishi.config.yml": {
"parser": "yaml", "parser": "yaml",
"find": { "find": {
"host": "0.0.0.0", "host": "{{env.SERVER_IP}}",
"port": "{{server.build.default.port}}", "port": "{{server.build.default.port}}",
"plugins.console.open": false, "plugins.console.open": false,
"plugins.console.uiPath": "{{env.URL_PREFIX}}{{server.build.default.port}}", "plugins.console.uiPath": "{{env.URL_PREFIX}}{{server.build.default.port}}",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment