Skip to content

Commit

Permalink
clean unused env
Browse files Browse the repository at this point in the history
  • Loading branch information
cauta committed Jun 11, 2024
1 parent b708dd8 commit ba076f7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 25 deletions.
10 changes: 0 additions & 10 deletions app/.env.sample
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ POSTMAND_POLLING_INTERVAL='200' # worker database polling interval (in milisecon
POSTMAND_HTTP_PORT='8000' # port for the api server
POSTMAND_HEALTH_CHECK_HTTP_PORT='8001' # port for health check server

API_DOMAIN=
WEB_DOMAIN=
EMAIL=
SERVER_PORT=3000
LOGS=error,warn,log,fatal

Expand Down Expand Up @@ -37,13 +34,6 @@ DB_URL=mongodb://webhook:[email protected]:27017/webhook?directConnection=true&s
REACT_APP_BASE_URL=http://127.0.0.1:3000/
JWT_SECRET_KEY=12312312312312312

# Email Service Config
SMTP_HOST=
SMTP_PORT=
SMTP_USER=
SMTP_PASSWORD=
SMTP_SERNDER=

# Kafka
KAFKA_BROKERS=127.0.0.1:29092 # multi brokers split by ','
# KAFKA_SSL=
Expand Down
16 changes: 1 addition & 15 deletions app/docker/.env.sample
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
#VERSION=master
API_DOMAIN=api-dev.crypitor.com
WEB_DOMAIN=dev.crypitor.com
EMAIL=[email protected]
SERVER_PORT=3002
# LOGS=error,warn,log,fatal

Expand All @@ -26,21 +23,10 @@ DB_PASSWORD=webhook

# Nest app environment variables
# DB_URL=mongodb://${DB_USERNAME}:${DB_PASSWORD}@${DB_HOST}:${DB_PORT}/${DB_DATABASE_NAME}?directConnection=true&serverSelectionTimeoutMS=2000&appName=mongosh+1.5.0
# DB_USER_URL=mongodb://webhook:[email protected]:27017/accounts?directConnection=true&serverSelectionTimeoutMS=2000&appName=mongosh+1.5.0&authSource=admin
# DB_SPACES_URL=mongodb://webhook:[email protected]:27017/spaces?directConnection=true&serverSelectionTimeoutMS=2000&appName=mongosh+1.5.0&authSource=admin
# DB_ITEMS_URL=mongodb://webhook:[email protected]:27017/items?directConnection=true&serverSelectionTimeoutMS=2000&appName=mongosh+1.5.0&authSource=admin
FACEBOOK_APP_CLIENT_ID={FB_APP_ID}
FACEBOOK_APP_CLIENT_SECRET={FB_CLIENT_SECRET_ID}

REACT_APP_BASE_URL=http://127.0.0.1:3000/
JWT_SECRET_KEY=12312312312312312

# Email Service Config
SMTP_HOST=
SMTP_PORT=
SMTP_USER=
SMTP_PASSWORD=
SMTP_SERNDER=

# Kafka
KAFKA_BROKERS=kafka:9092 # multi brokers split by ','

Expand Down

0 comments on commit ba076f7

Please sign in to comment.