Skip to main content

custom-domain

Documentation / lib/custom-domain

API_ACCESS_ALLOW_GUEST​

const API_ACCESS_ALLOW_GUEST: true = true;

Defined in: web-app/src/lib/custom-domain.ts:20

Domain Specific Customizations


APP_EMAIL​

const APP_EMAIL: string;

Defined in: web-app/src/lib/custom-domain.ts:17

Domain Specific Customizations


APP_ICON​

const APP_ICON: string;

Defined in: web-app/src/lib/custom-domain.ts:18

Domain Specific Customizations


APP_NAME​

const APP_NAME: "QwkSearch" = "QwkSearch";

Defined in: web-app/src/lib/custom-domain.ts:15

Domain Specific Customizations


APP_SLOGAN​

const APP_SLOGAN: "Reimagine the Internet as Self-Organizing Mind Map" = "Reimagine the Internet as Self-Organizing Mind Map";

Defined in: web-app/src/lib/custom-domain.ts:16

Domain Specific Customizations


const FOOTER_LINKS: object[];

Defined in: web-app/src/lib/custom-domain.ts:24

Domain Specific Customizations

Type declaration​

NameTypeDefault valueDefined in

text

string

"Docs"

web-app/src/lib/custom-domain.ts:25

url

string

"https://airesearch.js.org"

web-app/src/lib/custom-domain.ts:25


GOOGLE_ANALYTICS​

const GOOGLE_ANALYTICS: "G-E5TZ32BZDF" = "G-E5TZ32BZDF";

Defined in: web-app/src/lib/custom-domain.ts:19

Domain Specific Customizations


proxy​

const proxy: string;

Defined in: web-app/src/lib/custom-domain.ts:23

Domain Specific Customizations


PUBLIC_DOMAIN​

const PUBLIC_DOMAIN: "qwksearch.com" = DOMAIN;

Defined in: web-app/src/lib/custom-domain.ts:13

Domain Specific Customizations


PUBLIC_GOOGLE_CLIENT_ID​

const PUBLIC_GOOGLE_CLIENT_ID: "644604561446-niuns88krqdrs260kptpf1ti10ecrfls.apps.googleusercontent.com" = GOOGLE_CLIENT_ID;

Defined in: web-app/src/lib/custom-domain.ts:14

Domain Specific Customizations


searxngDomain​

const searxngDomain: string;

Defined in: web-app/src/lib/custom-domain.ts:22

Domain Specific Customizations


SERVER_API_URL​

const SERVER_API_URL: "/api/" = "/api/";

Defined in: web-app/src/lib/custom-domain.ts:21

Domain Specific Customizations