This repository has been archived on 2025-11-19. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
snapp/example.env
2025-03-21 09:50:54 -04:00

9 lines
206 B
Bash

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