diff --git a/config/zyneon_config.json b/config/zyneon_config.json
new file mode 100644
index 0000000..c106a88
--- /dev/null
+++ b/config/zyneon_config.json
@@ -0,0 +1,8 @@
+{
+ "json_data_max_bytes":1024,
+ "port":908,
+ "host_IPv4":"0.0.0.0",
+ "max_access_per_minute":100,
+ "token_random_byte_size":256,
+ "mapperVersion":"1.0"
+}
diff --git a/pom.xml b/pom.xml
index 2dbcadf..144a3b2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
com.zyneonstudios
ZyneonAccounts
- 1.1-SNAPSHOT
+ Alpine-v1.1
20