-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6 from lime-company/develop
Changes for current version of Docker deployment for 2017.11
- Loading branch information
Showing
38 changed files
with
723 additions
and
342 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,5 @@ | ||
**/.DS_Store | ||
**/build | ||
**/deploy/conf/*.xml | ||
**/deploy/images/*.war | ||
**/deploy/lib/*.jar |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<Context> | ||
|
||
<!-- Database Configuration - JDBC --> | ||
<Parameter name="spring.datasource.url" value="jdbc:mysql://powerauth-webflow-mysql:3306/powerauth"/> | ||
<Parameter name="spring.datasource.username" value="powerauth"/> | ||
<Parameter name="spring.datasource.password" value=""/> | ||
<Parameter name="spring.datasource.driver-class-name" value="com.mysql.jdbc.Driver"/> | ||
<Parameter name="spring.jpa.hibernate.ddl-auto" value="none"/> | ||
|
||
<!-- SMS validity parameters --> | ||
<Parameter name="powerauth.authorization.sms-otp.expiration-time-in-seconds" value="300"/> | ||
<Parameter name="powerauth.authorization.sms-otp.max-verify-tries-per-message" value="5"/> | ||
|
||
<!-- Database Configuration - JNDI --> | ||
<!--Parameter name="spring.datasource.jndi-name" value=""/--> | ||
|
||
</Context> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<Context> | ||
|
||
<!-- Database Configuration - JDBC --> | ||
<Parameter name="spring.datasource.url" value="jdbc:mysql://powerauth-webflow-mysql:3306/powerauth"/> | ||
<Parameter name="spring.datasource.username" value="powerauth"/> | ||
<Parameter name="spring.datasource.password" value=""/> | ||
<Parameter name="spring.datasource.driver-class-name" value="com.mysql.jdbc.Driver"/> | ||
<Parameter name="spring.jpa.hibernate.ddl-auto" value="none"/> | ||
|
||
</Context> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<Context> | ||
|
||
<!-- PowerAuth 2.0 Credential Service URL --> | ||
<Parameter name="powerauth.credentials.service.url" value="http://powerauth-nextstep:8080/powerauth-data-adapter"/> | ||
|
||
<!-- PowerAuth 2.0 Next Step Service URL --> | ||
<Parameter name="powerauth.nextstep.service.url" value="http://powerauth-nextstep:8080/powerauth-nextstep"/> | ||
|
||
<!-- PowerAuth 2.0 Server Service URL --> | ||
<Parameter name="powerauth.service.url" value="http://powerauth-server:8080/powerauth-java-server/soap"/> | ||
|
||
<!-- PowerAuth 2.0 Server Service Security Settings --> | ||
<Parameter name="powerauth.service.security.clientToken" value=""/> | ||
<Parameter name="powerauth.service.security.clientSecret" value=""/> | ||
<Parameter name="powerauth.service.ssl.acceptInvalidSslCertificate" value="false"/> | ||
|
||
<!-- PowerAuth 2.0 Push Server URL --> | ||
<Parameter name="powerauth.push.service.url" value="http://powerauth-push-server:8080/powerauth-push-server"/> | ||
<Parameter name="powerauth.push.service.appId" value="1"/> | ||
|
||
<!-- PowerAuth 2.0 WebFlow Page Customization --> | ||
<Parameter name="powerauth.webflow.page.title" value="PowerAuth 2.0 Web Auth"/> | ||
<Parameter name="powerauth.webflow.page.ext-resources.location" value="classpath:/static/resources/"/> | ||
<Parameter name="powerauth.webflow.page.custom-css.url" value=""/> | ||
|
||
<!-- Database Configuration - JDBC --> | ||
<Parameter name="spring.datasource.url" value="jdbc:mysql://powerauth-webflow-mysql:3306/powerauth"/> | ||
<Parameter name="spring.datasource.username" value="powerauth"/> | ||
<Parameter name="spring.datasource.password" value=""/> | ||
<Parameter name="spring.datasource.driver-class-name" value="com.mysql.jdbc.Driver"/> | ||
<Parameter name="spring.jpa.hibernate.ddl-auto" value="none"/> | ||
|
||
<!-- Database Configuration - JNDI --> | ||
<!--Parameter name="spring.datasource.jndi-name" value=""/--> | ||
|
||
</Context> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
Customize application properties by editing context related XML files. | ||
|
||
You can use files from the 'default' subfolder to bootstrap. |
File renamed without changes.
Oops, something went wrong.