Front-end showing the service status for Tophhie Social
status.tophhie.social
1/**
2 * Configuration module for the PDS Server Status
3 */
4export class Config {
5 /**
6 * The base URL of the PDS (Personal Data Server).
7 * @default none
8 */
9 static readonly PDS_URL: string = "https://tophhie.social";
10
11 /**
12 * The base URL of the Tophhie Cloud API.
13 * @default none
14 */
15 static readonly TOPHHIE_CLOUD_API_URL: string = "https://api.tophhie.cloud";
16}