You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nlpcraft.apache.org by se...@apache.org on 2020/12/16 11:51:50 UTC

[incubator-nlpcraft] branch NLPCRAFT-190 created (now e050bb2)

This is an automated email from the ASF dual-hosted git repository.

sergeykamov pushed a change to branch NLPCRAFT-190
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git.


      at e050bb2  Application properties for akka moved into application.conf.

This branch includes the following new commits:

     new e050bb2  Application properties for akka moved into application.conf.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[incubator-nlpcraft] 01/01: Application properties for akka moved into application.conf.

Posted by se...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

sergeykamov pushed a commit to branch NLPCRAFT-190
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git

commit e050bb2796d0744349619a469d22b7fe0585df97
Author: Sergey Kamov <se...@apache.org>
AuthorDate: Wed Dec 16 14:51:39 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