Skip to content

Commit

Permalink
Create es_docker_container_env
Browse files Browse the repository at this point in the history
  • Loading branch information
banned-historical-archives committed May 22, 2024
1 parent 4ebb85b commit 5696dd8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions es_docker_container_env
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
http.cors.enabled=true
http.cors.allow-origin=*
xpack.security.authc.anonymous.username=anonymous_user
xpack.security.authc.anonnymous.authz_exceptioin=true
xpack.security.authc.anonymous.roles=superuser
ELASTIC_USERNAME=elastic
ELASTIC_PASSWORD=password
discovery.type=single-node
xpack.security.http.ssl.enabled=false

0 comments on commit 5696dd8

Please sign in to comment.