aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/profile.json
diff options
context:
space:
mode:
authorLuciano Resende <lresende@apache.org>2017-01-14 10:29:47 -0800
committerLuciano Resende <lresende@apache.org>2017-01-14 10:29:47 -0800
commit0493bbe9479b5acb9f93bc76f743e87749be9b3e (patch)
tree7cfe79c8367f41fcfed925ecef6f2c6d3bca01e3 /src/main/resources/profile.json
parent46490c5830170f46df799e669d7f944646a8e5a0 (diff)
downloadtoree-gateway-0493bbe9479b5acb9f93bc76f743e87749be9b3e.tar.gz
toree-gateway-0493bbe9479b5acb9f93bc76f743e87749be9b3e.tar.bz2
toree-gateway-0493bbe9479b5acb9f93bc76f743e87749be9b3e.zip
Recieve configuration via command line option
Diffstat (limited to 'src/main/resources/profile.json')
-rw-r--r--src/main/resources/profile.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/main/resources/profile.json b/src/main/resources/profile.json
new file mode 100644
index 0000000..19308cc
--- /dev/null
+++ b/src/main/resources/profile.json
@@ -0,0 +1,11 @@
+{
+ "stdin_port": 48601,
+ "control_port": 48602,
+ "hb_port": 48605,
+ "shell_port": 48603,
+ "iopub_port": 48604,
+ "ip": "9.125.72.72",
+ "transport": "tcp",
+ "signature_scheme": "hmac-sha256",
+ "key": ""
+} \ No newline at end of file