chore: Rename config properties to camelCase (#7498)

* refactor: rename config types to camelCase

* refactor: update config references to use renamed options

* refactor: update more references

---------

Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com>
This commit is contained in:
Harminder Virk
2024-05-28 18:19:29 +05:30
committed by GitHub
parent e60b4bafe1
commit 82be054a1a
15 changed files with 297 additions and 140 deletions
+2 -2
View File
@@ -36,8 +36,8 @@ module.exports = {
},
plugins: [],
projectConfig: {
database_url: DB_URL,
database_type: "postgres",
databaseUrl: DB_URL,
databaseType: "postgres",
http: {
jwtSecret: "test",
cookieSecret: "test",