Skip to content
Snippets Groups Projects
Commit 0374c9bc authored by Alex's avatar Alex
Browse files

fix: path to config

parent 2fd6ab99
No related branches found
No related tags found
No related merge requests found
plugins/deadlock-extension/resources/package-explorer.png

109 KiB

import * as path from 'path';
export const CONFIG_PATH = '/home/bug/config/';
export const CONFIG_PATH = '/home/config/';
export const USER_CHALLENGE_PATH = path.join(CONFIG_PATH, 'user-challenge.json');
export const KEYCLOAK_CONFIG_PATH = path.join(CONFIG_PATH, 'keycloak.json');
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment