diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-05-23 22:56:16 +0200 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-05-23 23:04:10 +0200 |
commit | 32bf4cb0c949f44343849607d0439a61d1e6ea49 (patch) | |
tree | e9ff143800a277aa8ecb99f890e00d3e843f14b0 /agent-config.json.in | |
parent | 3cdf92cf07607d60b266e2a458f503af753020f3 (diff) |
Add API KEY support to allow CORS requests.
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to 'agent-config.json.in')
-rw-r--r-- | agent-config.json.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/agent-config.json.in b/agent-config.json.in index 9c7803f..499cada 100644 --- a/agent-config.json.in +++ b/agent-config.json.in @@ -1,5 +1,6 @@ { "logsDir": "${HOME}/.xds/agent/logs", + "xds-apikey": "1234abcezam", "syncthing": { "home": "${HOME}/.xds/agent/syncthing-config", "gui-address": "http://localhost:8384" |