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:
co-authored by
Oli Juhl
parent
e60b4bafe1
commit
82be054a1a
@@ -21,9 +21,9 @@ module.exports = {
|
||||
disable: true,
|
||||
},
|
||||
projectConfig: {
|
||||
redis_url: redisUrl,
|
||||
database_url: DB_URL,
|
||||
database_type: "postgres",
|
||||
redisUrl: redisUrl,
|
||||
databaseUrl: DB_URL,
|
||||
databaseType: "postgres",
|
||||
http: {
|
||||
compression: {
|
||||
enabled: enableResponseCompression,
|
||||
|
||||
Reference in New Issue
Block a user