How does Strapi connects to postgresql?
I just deployed strapi template but I don't see how strapi connects to the database?
5 Replies
what is API_KEYS in the env?
Do you mean
APP_KEYS
?They're needed for the Koa session configuration: https://docs.strapi.io/developer-docs/latest/setup-deployment-guides/configurations/required/server.html#available-options
Server configuration - Strapi Developer Docs
Strapi offers a single entry point file for its server configuration.
Anyways how is the database connected to strapi?
Where in the strapi code it connects to the postgresql?
Unknown User•3y ago
Message Not Public
Sign In & Join Server To View