Browse Source

Merge pull request #2311 from visuddhinanda/development

Development
visuddhinanda 11 months ago
parent
commit
da55665537
1 changed files with 4 additions and 0 deletions
  1. 4 0
      ai-translate/config.orig.toml

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

@@ -4,8 +4,12 @@ port = 5672
 user = 'www'
 password = 'change-me'
 virtual-host = 'testing'
+customer-timeout = 600
 
 [redis]
 namespace = 'testing://'
 host = '127.0.0.1'
 port = 6371
+
+[app]
+api-url = 'http://127.0.0.1:8000/api'