This is an automated email from the ASF dual-hosted git repository.
sergeykamov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git
The following commit(s) were added to refs/heads/master by this push:
new a40edca Application properties for akka moved into application.conf.
a40edca is described below
commit a40edca647e2dd9b0790e0d1d0646f3b93cf0f31
Author: Sergey Kamov <[email protected]>
AuthorDate: Thu Dec 17 12:39:59 2020 +0300
Application properties for akka moved into application.conf.
---
nlpcraft/src/main/resources/{reference.conf => application.conf} | 1 +
1 file changed, 1 insertion(+)
diff --git a/nlpcraft/src/main/resources/reference.conf
b/nlpcraft/src/main/resources/application.conf
similarity index 90%
rename from nlpcraft/src/main/resources/reference.conf
rename to nlpcraft/src/main/resources/application.conf
index d351b9b..60e3867 100644
--- a/nlpcraft/src/main/resources/reference.conf
+++ b/nlpcraft/src/main/resources/application.conf
@@ -15,6 +15,7 @@
# limitations under the License.
#
+# Make your edits/overrides in your application.conf.
# Request timeout properties.
# Important for '/ask/sync' and '/model/sugsyn' requests.
akka.http.server.request-timeout = 600s