Browse Source

add api-url

visuddhinanda 9 months ago
parent
commit
395f3ed07a
1 changed files with 3 additions and 0 deletions
  1. 3 0
      ai-translate/config.orig.toml

+ 3 - 0
ai-translate/config.orig.toml

@@ -10,3 +10,6 @@ customer-timeout = 600
 namespace = 'testing://'
 namespace = 'testing://'
 host = '127.0.0.1'
 host = '127.0.0.1'
 port = 6371
 port = 6371
+
+[app]
+api-url = 'http://127.0.0.1:8000/api'