🔧 create example env
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.
This commit is contained in:
8
.env.example
Normal file
8
.env.example
Normal file
@ -0,0 +1,8 @@
|
||||
APP_NAME="Astofo TV"
|
||||
APP_ENV="development"
|
||||
APP_DOMAIN=
|
||||
APP_PORT=3000
|
||||
|
||||
MAIN_BACKEND_API_URL=
|
||||
API_KEY=
|
||||
JWT_TOKEN=
|
||||
Reference in New Issue
Block a user