mirror of
https://github.com/DerTyp7/f1r3wave-website.git
synced 2025-10-28 20:42:12 +01:00
13 lines
380 B
Markdown
13 lines
380 B
Markdown
# F1r3wave Gallery
|
|
|
|
Easy-To-Use Gallery Website to host your photos.
|
|
|
|
## Environment Variables
|
|
|
|
To run this project, you will need to set up a few environment variables. Create a `.env` file in the root of the project and add the following variables:
|
|
|
|
```bash
|
|
AUTH_SECRET=your-super-secret-key-here-generate-with-openssl-rand-base64-32
|
|
ADMIN_TOKEN=your-admin-secret-token-123
|
|
```
|