mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-02-27 11:46:37 +00:00
8 lines
146 B
TypeScript
8 lines
146 B
TypeScript
export const environment = {
|
|
solarputty_download_url: '',
|
|
production: true,
|
|
electron: true,
|
|
current_version:'v3',
|
|
compute_id:'local'
|
|
};
|