gns3-web-ui/src/environments/environment.github.prod.ts

7 lines
120 B
TypeScript
Raw Normal View History

export const environment = {
production: true,
electron: false,
2019-01-28 10:24:00 +01:00
githubio: true,
2021-04-12 13:15:45 +02:00
solarputty_download_url: '',
};