Add initial code for sadis-server.

Change-Id: Iaa8d6ddf888c04abc8eee5933c0c7401c0094394
diff --git a/sadis.json b/sadis.json
new file mode 100644
index 0000000..ee268d6
--- /dev/null
+++ b/sadis.json
@@ -0,0 +1,14 @@
+{
+  "apps" : {
+    "org.opencord.sadis" : {
+      "sadis" : {
+        "integration" : {
+          "cache" : {
+            "maxsize" : 1000
+          },
+          "url" : "http://docker.for.mac.localhost:4245/subscriber/%s"
+        }
+      }
+    }
+  }
+}