mirror of
https://github.com/fergalmoran/snapp.git
synced 2025-12-22 09:41:45 +00:00
9 lines
517 B
Plaintext
9 lines
517 B
Plaintext
DATABASE_URL= # "file:./db.sqlite"
|
|
DATABASE_POSTGRES_URL= # "postgresql://root:password@postgres:5432/snappdb"
|
|
DATABASE_MYSQL_URL= # "mysql://root:password@mariadb:3306/snappdb"
|
|
DATABASE_PROVIDER= # sqlite | postgres | mysql
|
|
TOKEN_SECRET= # openssl rand -base64 32
|
|
ORIGIN=https://example.com # to avoid CROSS ORIGIN on Form Submission
|
|
ADMIN_USERNAME= # must be specified on first launch as it initiate the database
|
|
ADMIN_PASSWORD= # must be specified on first launch as it initiate the database
|
|
PORT=3000 # app port |