10 lines
218 B
Plaintext
10 lines
218 B
Plaintext
# 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
|