File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
# Server
2
- SERVER_PORT =
2
+ SERVER_PORT = 3000
3
3
4
4
# Node env
5
- NODE_ENV = # Use "development" for graphql playground to work
5
+ NODE_ENV = development # Use "development" for graphql playground to work
6
6
7
7
# 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
9
9
10
10
# Database configuration
11
11
DB_TYPE =
12
- DB_HOST =
12
+ DB_HOST = transcript-summarizer-mariadb
13
13
DB_PORT =
14
14
DB_USERNAME =
15
15
DB_PASSWORD =
16
16
DB_NAME =
17
17
MARIADB_DOCKER_PORT = 3307
18
18
19
19
# Redis configuration
20
- REDIS_HOST =
21
- REDIS_PORT =
20
+ DB_HOST = transcript-summarizer-redis
21
+ REDIS_PORT = 6379
22
22
REDIS_DOCKER_PORT = 6379
23
23
24
24
OPENAI_API_KEY = " sk-your api key"
You can’t perform that action at this time.
0 commit comments