Switch Repo to notatio/notatio

This commit is contained in:
James Musselman 2023-11-20 22:10:40 -06:00
commit 9da51a1e6b
26 changed files with 4117 additions and 0 deletions

16
.env.example Normal file
View file

@ -0,0 +1,16 @@
# .env.example
# Rename me to .env to use me
# PostgreSQL settings
DB_HOST=postgres
PGPORT=5432
DB_USER=postgres
POSTGRES_PASSWORD=your_postgres_password
DB_SSL_MODE=disable
# SSL mode Can be disable, allow, prefer, require, verify-ca, verify-full
# Notatio admin user
ADMIN_USER=your_admin_user
ADMIN_PASS=your_admin_password
ADMIN_EMAIL=your_admin_email
ADMIN_NAME=your_display_name