16 lines
380 B
Text
16 lines
380 B
Text
IMAGE_PATH=/tmp
|
|
REDIRECT_URI=http://localhost:8081/api/auth/callback
|
|
CLIENT_ID=
|
|
CLIENT_SECRET=
|
|
|
|
# can be either postgres or sqlite
|
|
DATABASE_TYPE=
|
|
|
|
# database file, stereo.db by default.
|
|
SQLITE_FILE=
|
|
|
|
# postgres DSN, look at https://gorm.io/docs/connecting_to_the_database.html#PostgreSQL
|
|
POSTGRES_DSN=
|
|
|
|
# Random secret. Recommended length is 64 characters at minimum.
|
|
JWT_SECRET=
|