Create .env.example to help you figure out what variables should be in the .env file. Run the command `bun run env:publish` to sync the .env.example file with the .env file.
8 lines
111 B
Plaintext
8 lines
111 B
Plaintext
APP_NAME="Astofo TV"
|
|
APP_ENV="development"
|
|
APP_DOMAIN=
|
|
APP_PORT=3000
|
|
|
|
MAIN_BACKEND_API_URL=
|
|
API_KEY=
|
|
JWT_TOKEN= |