Skip to content

Commit e407e34

Browse files
committed
The list of variables in .env.example has been updated
1 parent 76c2772 commit e407e34

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.env.example

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,8 @@ JWT_REFRESH_SECRET=change_me_refresh
1111
# Telegram bot
1212
TG_BOT_TOKEN=123456:ABC-DEF
1313
TEACHER_CODE=SECRET
14-
15-
# Platform address used by bot to create links (inside docker-compose use web service)
16-
PLATFORM_ADDRESS=http://web:80
14+
PLATFORM_ADDRESS_SERVER=http://server:3000
15+
PLATFORM_ADDRESS_CLIENT=http://localhost:8080
1716

1817
# CORS
1918
CORS_ORIGIN=*

0 commit comments

Comments
 (0)