Default stratos URL added Signed-off-by: Imesh Gunaratne <[email protected]>
Project: http://git-wip-us.apache.org/repos/asf/stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/78d69ccd Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/78d69ccd Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/78d69ccd Branch: refs/heads/stratos-4.1.x Commit: 78d69ccdafb83ec18b9a899603d7cd7dbb59be6a Parents: 89abcec Author: Milindu Sanoj Kumarage <[email protected]> Authored: Thu Jun 18 07:10:06 2015 +0530 Committer: Imesh Gunaratne <[email protected]> Committed: Tue Oct 13 16:32:44 2015 +0530 ---------------------------------------------------------------------- .../org.apache.stratos.python.cli/src/main/python/cli/Configs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/stratos/blob/78d69ccd/components/org.apache.stratos.python.cli/src/main/python/cli/Configs.py ---------------------------------------------------------------------- diff --git a/components/org.apache.stratos.python.cli/src/main/python/cli/Configs.py b/components/org.apache.stratos.python.cli/src/main/python/cli/Configs.py index a665474..4d31b74 100644 --- a/components/org.apache.stratos.python.cli/src/main/python/cli/Configs.py +++ b/components/org.apache.stratos.python.cli/src/main/python/cli/Configs.py @@ -8,6 +8,6 @@ log_file_name = "stratos-cli.log" stratos_dir_path = os.path.expanduser(stratos_dir) log_file_path = os.path.join(stratos_dir_path, log_file_name) -stratos_url = os.getenv('STRATOS_URL', None) +stratos_url = os.getenv('STRATOS_URL', "https://localhost:9443/") stratos_username = os.getenv('STRATOS_USERNAME', "") stratos_password = os.getenv('STRATOS_PASSWORD', "") \ No newline at end of file
