Skip to content

Commit

Permalink
fix env
Browse files Browse the repository at this point in the history
  • Loading branch information
zx32829601 committed Sep 7, 2023
1 parent 7a0e3ce commit 34c0039
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 30 deletions.
32 changes: 32 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
ENV_ENABLE=
#Django
DJANGO_SECRET_KEY=
DEBUG=
#Elasticsearch
ELASTICSEARCH_ENDPOINT=
#Logstash
LOGSTASH_SERVER_IP=
LOGSTASH_PORT=
LOGSTASH_UDP_PORT=
#PostgreSQL
POSTGRES_DB=
POSTGRES_USER=
POSTGRES_PASSWORD=
POSTGRES_DB_URL=
#ChatGPT
CHATGPT_ENABLE=
CHATGPT_APIKEY=
#RabbitMQ
RABBITMQ_ENABLE=
RABBITMQ_USERNAME=
RABBITMQ_PASSWORD=
RABBITMQ_SERVER_IP=
RABBITMQ_PORT=
RABBITMQ_VIRTUAL_HOST=
#Redis
REDIS_HOST=
REDIS_PORT=
#Forest
FOREST_URL=
FOREST_ENV_SECRET=
FOREST_AUTH_SECRET=
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.idea/**
.env.example
.env
/Lib
/Scripts
/Include
Expand Down
29 changes: 0 additions & 29 deletions api/management/commands/recordListener.py

This file was deleted.

0 comments on commit 34c0039

Please sign in to comment.