forked from cerc-io/snowballtools-base
Nabarun Gogoi
6d1a48905a
* Implement functionality to visit deployment * Check and display domain details in overview tab for production branch * Update fixtures to remove project name from deployment url * Refactor and add uuid to typeorm entities * Fix deployment url * Display live domain details in project overview * Use database query to fetch live production domain
9 lines
294 B
TypeScript
9 lines
294 B
TypeScript
export const DEFAULT_CONFIG_FILE_PATH = 'environments/local.toml';
|
|
|
|
export const DEFAULT_GQL_PATH = '/graphql';
|
|
|
|
// Note: temporary hardcoded user, later to be derived from auth token
|
|
export const USER_ID = '59f4355d-9549-4aac-9b54-eeefceeabef0';
|
|
|
|
export const PROJECT_DOMAIN = 'snowball.xyz';
|