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

10 lines
248 B
Bash

ADMIN_USERNAME=admin
ADMIN_PASSWORD=super-secret
TOKEN_SECRET=some-token
ORIGIN=https://s.housh.dev
DATA_MNT=/mnt # Database mount from host.
# Database Settings
DATABASE_URL="file:./db.sqlite"
DATABASE_PROVIDER=sqlite # mysql | sqlite | postgres