Initial commit: Homelab API
This commit is contained in:
5
.env.example
Normal file
5
.env.example
Normal file
@@ -0,0 +1,5 @@
|
||||
# Database
|
||||
DB_PASSWORD=change-me-strong-password
|
||||
|
||||
# JWT Secret (generate with: openssl rand -hex 32)
|
||||
JWT_SECRET=change-me-generate-with-openssl-rand-hex-32
|
||||
Reference in New Issue
Block a user