Skip to content

Commit

Permalink
Merge pull request #163 from tazama-lf/encapsulation
Browse files Browse the repository at this point in the history
refactor: use upstream config
  • Loading branch information
rtkay123 authored Oct 17, 2024
2 parents 8da1055 + b876746 commit 10c3954
Show file tree
Hide file tree
Showing 6 changed files with 849 additions and 1,001 deletions.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ ELASTIC_HOST=
ELASTIC_USERNAME=
ELASTIC_PASSWORD=
ELASTIC_INDEX=logs-tazama
FLUSHBYTES=
ELASTIC_FLUSH_BYTES=
STDOUT=true
ELASTIC=true
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ ENV ELASTIC_USERNAME=
ENV ELASTIC_PASSWORD=
ENV ELASTIC_SEARCH_VERSION=
ENV ELASTIC_HOST=
ENV FLUSHBYTES=1000
ENV ELASTIC_FLUSH_BYTES=1000
ENV STDOUT=false
ENV ELASTIC=true

Expand Down
Loading

0 comments on commit 10c3954

Please sign in to comment.