release: @marketplaces/auth 0.1.0 (built from main)
This commit is contained in:
5
dist/config.js
vendored
Normal file
5
dist/config.js
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
import { InjectionToken } from '@angular/core';
|
||||
/** Base URL for the auth backend, e.g. `https://api.example.com`. Provide from the consuming app's environment config. */
|
||||
export const AUTH_API_URL = new InjectionToken('@marketplaces/auth AUTH_API_URL');
|
||||
/** Telegram bot username used to build QR/deep-link login URLs. Optional — falls back to a default if not provided. */
|
||||
export const TELEGRAM_BOT_USERNAME = new InjectionToken('@marketplaces/auth TELEGRAM_BOT_USERNAME');
|
||||
Reference in New Issue
Block a user