videoflix/frontend
2024-09-07 10:53:56 +02:00
..
.vscode first commit 2024-08-01 11:02:09 +02:00
src Fix: Close button triggering form submission issue 2024-09-07 10:53:56 +02:00
.editorconfig first commit 2024-08-01 11:02:09 +02:00
.gitignore design movie hero banner & category 2024-08-03 13:17:44 +02:00
angular.json bugfix btn show no img if none was passed 2024-08-16 09:13:26 +02:00
package-lock.json bugfixes, clean code, switch vjs player to hls, optimized backend & play video in different resolutions 2024-08-14 14:00:27 +02:00
package.json bugfixes, clean code, switch vjs player to hls, optimized backend & play video in different resolutions 2024-08-14 14:00:27 +02:00
README.md security changes 2024-08-30 18:03:40 +02:00
tsconfig.app.json first commit 2024-08-01 11:02:09 +02:00
tsconfig.json first commit 2024-08-01 11:02:09 +02:00
tsconfig.spec.json first commit 2024-08-01 11:02:09 +02:00

Backend

To set the mail configuration for the backend, you must create an .env file in the root directory of your project. This file should have the following content:

Step 1: Creating the .env file

Create a file named .env in the root directory of the project.

Step 2: Add the e-mail configuration

Open the .env file and add the following lines:

EMAIL_HOST_USER=example@gmail.com
EMAIL_HOST_PASSWORD=password