Switch Repo to notatio/notatio
This commit is contained in:
commit
9da51a1e6b
26 changed files with 4117 additions and 0 deletions
16
.env.example
Normal file
16
.env.example
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue