Skip to content

Commit

Permalink
Create .env.example
Browse files Browse the repository at this point in the history
  • Loading branch information
gnh1201 committed Aug 28, 2024
1 parent b5cd9d7 commit d1ba38c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
[settings]
PORT=5555
SERVER_URL=localhost
SERVER_CONNECTION_TYPE=proxy
CA_KEY=ca.key
CA_CERT=ca.crt
CERT_KEY=cert.key
CERT_DIR=certs/
#OPENSSL_BINPATH=openssl
CLIENT_ENCODING=utf-8
USE_EXTENSIONS=wayback.Wayback,bio.PyBio,alwaysonline.AlwaysOnline
ES_HOST=http://127.0.0.1:9200
ES_INDEX=alwaysonline

0 comments on commit d1ba38c

Please sign in to comment.