``` -e PRISMA_CONFIG= ` port: 4466 ...
# orm-help
b
Copy code
-e PRISMA_CONFIG= `
        port: 4466
          databases:
            default:
              connector: postgres
              host: postgres
              database: database
              user: username
              password: password
              rawAccess: true
              port: 5432
              migrations: true`
h
you can pass a
PRISMA_CONFIG_PATH
the refer to the config
b
awesome
gonna try that out
Hi @Harshit How should the content of the prisma config path file look like?
This doesn't seem to work:
Copy code
port: 4466
databases:
  default:
    connector: postgres
    host: xx
    database: casino
    username: xx
    password: xx
    rawAccess: true
    port: 5432
    migrations: true
it is the config.yml thing there and the indentation matters in yml
b
super!!
You the best!
😄
h
🙂