eeg_nest/.env.example

7 lines
116 B
Plaintext
Raw Normal View History

2023-05-09 16:55:26 +00:00
MY_SQL_USER=root
MY_SQL_PASSWORD=1234567890
MY_SQL_DB=educa7ls
2023-05-09 17:27:37 +00:00
MY_SQL_PORT=3306
2023-06-11 23:44:29 +00:00
MY_SQL_HOST=localhost
APP_PORT=3000