feat: implements a better kubernetes deployment setup
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
export const environment = {
|
||||
production: true,
|
||||
backendPath: (<any>window)['env']['BACKEND_URL'],
|
||||
backendOAuthPath: (<any>window)['env']['BACKEND_OAUTH_URL'],
|
||||
githubUser: (<any>window)['env']['GITHUB_USER'],
|
||||
};
|
||||
|
||||
@@ -5,7 +5,6 @@
|
||||
export const environment = {
|
||||
production: false,
|
||||
backendPath: 'http://localhost:8070',
|
||||
backendOAuthPath: 'http://localhost:8070',
|
||||
githubUser: 'HideyoshiNakazone',
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user