diff --git a/config/app.config.js b/config/app.config.js index ef91432..83e7b16 100644 --- a/config/app.config.js +++ b/config/app.config.js @@ -4,7 +4,7 @@ const app_config = { * The name of the application. * Used through-out the application as the proper display name. */ - name: env("APP_NAME", "Flitter"), + name: env("APP_NAME", "Starship CoreID"), /* * URL of the application. diff --git a/config/database.config.js b/config/database.config.js index ab580bb..8ad057a 100644 --- a/config/database.config.js +++ b/config/database.config.js @@ -3,7 +3,7 @@ const database_config = { /* * The name of the database. */ - name: env("DATABASE_NAME", 'flitter'), + name: env("DATABASE_NAME", 'coreid'), /* * The hostname of the database server. diff --git a/config/server.config.js b/config/server.config.js index e00919d..5442de4 100644 --- a/config/server.config.js +++ b/config/server.config.js @@ -20,7 +20,7 @@ const server_config = { * The logging level. Usually, 1-4. * The higher the level, the more information is logged. */ - level: env("LOGGING_LEVEL", 1), + level: env("LOGGING_LEVEL", 2), include_timestamp: env("LOGGING_TIMESTAMP", false), },