From 2aed9fca45f2e6b1d70538835a44669ea7c5d549 Mon Sep 17 00:00:00 2001 From: Andreas Osim Date: Tue, 21 Nov 2017 13:44:07 +0100 Subject: [PATCH] Setup Windows 7 TZAUSTRIA --- .gitignore | 1 + setup/lib/environments.py | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 10aa3296..86340969 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ .settings .idea *.swp +tza36 \ No newline at end of file diff --git a/setup/lib/environments.py b/setup/lib/environments.py index c3596b02..d1b688fe 100644 --- a/setup/lib/environments.py +++ b/setup/lib/environments.py @@ -26,6 +26,7 @@ ENVIRONMENTS = { # Local environments are listed with passwords 'br': Environment('http://localhost', '8080', 'tz-austria_1', 'admin', 'x', 'admin'), 'aa': Environment('http://localhost', '8080', 'tz-austria_1', 'admin', 'x', 'admin'), + 'oa': Environment('http://localhost', '8080', 'tz-austria_1', 'admin', 'x', 'admin'), # Remote environments are always listed without passwords! # Do not store them here, you have to type them anyway!