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

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