Better config defaults

This commit is contained in:
2020-08-23 14:07:23 -05:00
parent 97fd755cbd
commit 4523341255
3 changed files with 3 additions and 3 deletions

View File

@@ -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.