Is it possible to use another db name than "prisma...
# orm-help
l
Is it possible to use another db name than "prisma" with prisma 1? I would like to use the same managed database for 2 apps..
r
Hey @Lars-Jørgen Kristiansen 👋 Are you using Docker locally for running Prisma?
l
yeah
r
You can pass the
database
parameter in the
PRISMA_CONFIG
section as so:
database: some_name
it will take the DB having
some_name
l
Thanks! 👏
👍 1
Do you know if these settings and their default value is documented somewhere?
r
It's documented here, but I guess all options are not there
l
thanks!
👍 1