aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLuciano Resende <lresende@apache.org>2017-01-17 10:07:08 -0800
committerLuciano Resende <lresende@apache.org>2017-01-17 10:10:17 -0800
commiteff52a90bc2f14dffbca9881d637c3ff8c478085 (patch)
treedb3fe821d1ab4550e5e2eaa8c360e2176c7faa26 /src
parent98ea7907bdf11b6529390b9b78d5f2f16153cfee (diff)
downloadtoree-gateway-eff52a90bc2f14dffbca9881d637c3ff8c478085.tar.gz
toree-gateway-eff52a90bc2f14dffbca9881d637c3ff8c478085.tar.bz2
toree-gateway-eff52a90bc2f14dffbca9881d637c3ff8c478085.zip
Make sample profile a template
Diffstat (limited to 'src')
-rw-r--r--src/main/resources/profile.json11
-rw-r--r--src/main/resources/profile.json.template11
2 files changed, 11 insertions, 11 deletions
diff --git a/src/main/resources/profile.json b/src/main/resources/profile.json
deleted file mode 100644
index 19308cc..0000000
--- a/src/main/resources/profile.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "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
diff --git a/src/main/resources/profile.json.template b/src/main/resources/profile.json.template
new file mode 100644
index 0000000..b473a4d
--- /dev/null
+++ b/src/main/resources/profile.json.template
@@ -0,0 +1,11 @@
+{
+ "stdin_port": 48701,
+ "control_port": 48702,
+ "hb_port": 48705,
+ "shell_port": 48703,
+ "iopub_port": 48704,
+ "ip": "9.125.72.72",
+ "transport": "tcp",
+ "signature_scheme": "hmac-sha256",
+ "key": ""
+} \ No newline at end of file