Skip to content

Commit 637db24

Browse files
author
xixas
committed
fix: update env
1 parent fc3b9cc commit 637db24

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

apps/api/.env.example

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
# Server
2-
SERVER_PORT=
2+
SERVER_PORT=3000
33

44
# Node env
5-
NODE_ENV= # Use "development" for graphql playground to work
5+
NODE_ENV=development # Use "development" for graphql playground to work
66

77
# Upload folder location
8-
UPLOAD_FOLDER_PATH= # Use uploads/ as upload folder path
8+
UPLOAD_FOLDER_PATH= # If not present will use "uploads" folder in the root cwd
99

1010
# Database configuration
1111
DB_TYPE=
12-
DB_HOST=
12+
DB_HOST=transcript-summarizer-mariadb
1313
DB_PORT=
1414
DB_USERNAME=
1515
DB_PASSWORD=
1616
DB_NAME=
1717
MARIADB_DOCKER_PORT= 3307
1818

1919
# Redis configuration
20-
REDIS_HOST=
21-
REDIS_PORT=
20+
DB_HOST=transcript-summarizer-redis
21+
REDIS_PORT=6379
2222
REDIS_DOCKER_PORT=6379
2323

2424
OPENAI_API_KEY="sk-your api key"

0 commit comments

Comments
 (0)