mirror of
https://github.com/fergalmoran/snapp.git
synced 2025-12-22 09:41:45 +00:00
updated env
This commit is contained in:
@@ -1,4 +1,6 @@
|
|||||||
DATABASE_URL= # "file:./db.sqlite" | 'mysql://root:password@mariadb:3306/snappdb' | 'postgresql://root:password@postgres:5432/snappdb'
|
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
|
DATABASE_PROVIDER= # sqlite | postgres | mysql
|
||||||
TOKEN_SECRET= # openssl rand -base64 32
|
TOKEN_SECRET= # openssl rand -base64 32
|
||||||
ORIGIN=https://example.com # to avoid CROSS ORIGIN on Form Submission
|
ORIGIN=https://example.com # to avoid CROSS ORIGIN on Form Submission
|
||||||
|
|||||||
Reference in New Issue
Block a user