Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/ghostfolio/commit/9725f16c81d7cbe36e9954b81ff7723315bb7371?style=unified&whitespace=show-all You should set ROOT_URL correctly, otherwise the web may not work correctly.

Clean up schema.prisma ()

pull/586/head
Thomas Kaul 3 years ago committed by GitHub
parent bb8b1e4f43
commit 9725f16c81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,6 +1,3 @@
// This is your Prisma schema file,
// learn more about it in the docs: https://pris.ly/d/prisma-schema
datasource db {
provider = "postgresql"
url = env("DATABASE_URL")

Loading…
Cancel
Save