Merge pull request #30100 from taosdata/fix/mergegpt

fix(gpt): set the default port to be 6090 if manually start taosanode
This commit is contained in:
Simon Guan 2025-03-11 09:34:24 +08:00 committed by GitHub
commit 2f711467ee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -160,4 +160,4 @@ def handle_forecast_req():
if __name__ == '__main__':
app.run()
app.run(port=6090)