From 0493bbe9479b5acb9f93bc76f743e87749be9b3e Mon Sep 17 00:00:00 2001 From: Luciano Resende Date: Sat, 14 Jan 2017 10:29:47 -0800 Subject: Recieve configuration via command line option --- src/main/resources/profile.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/main/resources/profile.json (limited to 'src/main/resources') 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 -- cgit v1.2.3