Skip to content
Snippets Groups Projects
Commit 07c63b87 authored by Bernard Roland (Student Com20)'s avatar Bernard Roland (Student Com20)
Browse files

Added SSL to the database connection string

parent f175a3d8
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@ export default {
},
production: {
client: "postgresql",
connection: env.DATABASE_URL ?? {
connection: `${env.DATABASE_URL}?ssl=true` ?? {
database: "ryoko",
user: "postgres",
password: ""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment