diff --git a/els-cors.yml b/els-cors.yml new file mode 100644 index 0000000..3486aaf --- /dev/null +++ b/els-cors.yml @@ -0,0 +1,4 @@ +http.cors.enabled: true +http.cors.allow-origin: "*" +http.cors.allow-methods: OPTIONS, HEAD, GET, POST, PUT, DELETE +http.cors.allow-headers: X-Requested-With,X-Auth-Token,Content-Type, Content-Length diff --git a/remote-work.txt b/remote-work.txt new file mode 100644 index 0000000..5001e96 --- /dev/null +++ b/remote-work.txt @@ -0,0 +1,9 @@ +# ELS Config : +# For remote working on this machine +network.host: 0.0.0.0 +discovery.seed_hosts: [] +discovery.type: single-node + +# ---------------------------- +# To launch dashboard: +ng serve --port 4200 --host 0.0.0.0