forgejo-frontend-integration/tests/config.ts
Aravinth Manivannan b09d5ce6c4
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
feat: get activation link from maildev
2024-01-10 20:43:37 +05:30

7 lines
291 B
TypeScript

// SPDX-FileCopyrightText: 2024 Aravinth Manivannan <realaravinth@batsense.net>
//
// SPDX-License-Identifier: AGPL-3.0-or-later
export const INSTANCE_URL = new URL(process.env.INSTANCE_URL)
export const MAILDEV_URL = new URL(process.env.MAILDEV_URL)
export const ADMIN_USERNAME = "admin";