mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-02-20 17:52:46 +00:00
6 lines
88 B
TypeScript
6 lines
88 B
TypeScript
|
export const environment = {
|
||
|
production: true,
|
||
|
electron: false,
|
||
|
githubio: true
|
||
|
};
|