first draft
This commit is contained in:
9
src/environments/environment.example.ts
Normal file
9
src/environments/environment.example.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import { Environment } from './environment.interface';
|
||||
|
||||
export const environment: Environment = {
|
||||
production: false,
|
||||
apiUrl: 'http://localhost:3000/admin-api',
|
||||
wsUrl: 'ws://localhost:3000/admin-api',
|
||||
apiKey: undefined, //redirects to login if not set
|
||||
serverUrl: 'https://localhost:4200',
|
||||
};
|
||||
Reference in New Issue
Block a user