Better config defaults

feature/cd
Garrett Mills 4 years ago
parent 97fd755cbd
commit 4523341255
Signed by: garrettmills
GPG Key ID: D2BF5FBA8298F246

@ -4,7 +4,7 @@ const app_config = {
* The name of the application. * The name of the application.
* Used through-out the application as the proper display name. * 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. * URL of the application.

@ -3,7 +3,7 @@ const database_config = {
/* /*
* The name of the database. * The name of the database.
*/ */
name: env("DATABASE_NAME", 'flitter'), name: env("DATABASE_NAME", 'coreid'),
/* /*
* The hostname of the database server. * The hostname of the database server.

@ -20,7 +20,7 @@ const server_config = {
* The logging level. Usually, 1-4. * The logging level. Usually, 1-4.
* The higher the level, the more information is logged. * 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), include_timestamp: env("LOGGING_TIMESTAMP", false),
}, },

Loading…
Cancel
Save