backend_adaptive_learning/.envexample

16 lines
276 B
Plaintext
Raw Normal View History

2024-08-12 02:44:06 +00:00
APP_PORT = 3001
NODE_ENV = development
2024-10-28 02:36:05 +00:00
CLIENT_URL = http://localhost:5173
2024-08-12 02:44:06 +00:00
DB_HOST = localhost
DB_USER = root
DB_PASSWORD =
2024-09-30 01:59:36 +00:00
DB_NAME = adaptive_learning
2024-08-12 02:44:06 +00:00
ACCESS_TOKEN_SECRET =
REFRESH_TOKEN_SECRET =
2024-08-12 02:44:06 +00:00
RESET_PASSWORD_SECRET =
2024-11-07 02:18:27 +00:00
VERIFY_TOKEN_SECRET =
2024-08-12 02:44:06 +00:00
EMAIL_USER =
EMAIL_PASS =