rsanchez
2014-09-29 7a3603e17b887a403f34cbb8b74133084edb81af
#2021 feature - Changed config file by default values
2 files deleted
1 files added
2 files modified
changed files
securis/etc/build/files/config/securis-server.properties patch | view | blame | history
securis/etc/build/files/securis-server.bat patch | view | blame | history
securis/pom.xml patch | view | blame | history
securis/src/main/resources/securis-server.properties patch | view | blame | history
securis/src/main/resources/server.properties patch | view | blame | history
securis/etc/build/files/config/securis-server.properties
....@@ -8,7 +8,7 @@
88 license.server.port = 9080
99 license.server.ssl.port = 9443
1010
11
-ssl.keystore.path = /Users/rob/.ssh/keys/securis.pkcs12
11
+ssl.keystore.path = /change-path-to/securis.pkcs12
1212 ssl.keystore.type = PKCS12
1313 ssl.keystore.password = curist3c
1414 ssl.keystore.alias =
securis/etc/build/files/securis-server.bat
deleted file mode 100644
....@@ -1,4 +0,0 @@
1
-@echo off
2
-
3
-set CLASSPATH="config;libs\*"
4
-java -client -cp "%CLASSPATH%" net.curisit.securis.License %*
securis/pom.xml
....@@ -2,7 +2,7 @@
22 <modelVersion>4.0.0</modelVersion>
33 <groupId>net.curisit</groupId>
44 <artifactId>securis-server</artifactId>
5
- <version>0.0.2-SNAPSHOT</version>
5
+ <version>0.0.3-SNAPSHOT</version>
66 <name>SeCuris</name>
77 <description>CurisTEC Server Licenses</description>
88 <dependencies>
securis/src/main/resources/securis-server.properties
....@@ -0,0 +1,14 @@
1
+#########################################################################
2
+# #
3
+# Modify the current file using the proper values for you environment #
4
+# #
5
+#########################################################################
6
+
7
+license.server.hostname = 0.0.0.0
8
+license.server.port = 9080
9
+license.server.ssl.port = 9443
10
+
11
+ssl.keystore.path = /change-path-to/securis.pkcs12
12
+ssl.keystore.type = PKCS12
13
+ssl.keystore.password = curist3c
14
+ssl.keystore.alias =
securis/src/main/resources/server.properties
deleted file mode 100644
....@@ -1 +0,0 @@
1
-port=9997