feat: Initial commit
This commit is contained in:
8
example.env
Normal file
8
example.env
Normal file
@@ -0,0 +1,8 @@
|
||||
ADMIN_USERNAME=admin
|
||||
ADMIN_PASSWORD=super-secret
|
||||
TOKEN_SECRET=some-token
|
||||
ORIGIN=https://s.housh.dev
|
||||
|
||||
# Database Settings
|
||||
DATABASE_URL="file:./db.sqlite"
|
||||
DATABASE_PROVIDER=sqlite # mysql | sqlite | postgres
|
||||
Reference in New Issue
Block a user