add a prompt for things for which to express gratitude

This commit is contained in:
2024-01-31 21:15:40 -07:00
parent c51d2629b3
commit b38ebc45e1
5 changed files with 241 additions and 4 deletions

View File

@@ -11,6 +11,8 @@ export enum AppString {
PROD_PUSH_SERVER = "https://timesafari.app",
TEST1_PUSH_SERVER = "https://test.timesafari.app",
TEST2_PUSH_SERVER = "https://timesafari-pwa.anomalistlabs.com",
NO_CONTACT_NAME = "(no name)",
}
export const DEFAULT_ENDORSER_API_SERVER = AppString.TEST_ENDORSER_API_SERVER;