Fix db path; add new pathing for web-push; load VAPID at boot

This commit is contained in:
Matthew Raymer
2023-09-11 07:51:59 -04:00
parent 2c4a920c3c
commit f27a18c712
2 changed files with 18 additions and 6 deletions

View File

@@ -2,7 +2,7 @@
* Generic strings that could be used throughout the app.
*/
export enum AppString {
APP_NAME = "Kick-Start with Time",
APP_NAME = "TimeSafari",
PROD_ENDORSER_API_SERVER = "https://api.endorser.ch",
TEST_ENDORSER_API_SERVER = "https://test-api.endorser.ch",