From 7def2577aefc4cfe94f57d9c5085be1fb7608802 Mon Sep 17 00:00:00 2001 From: kali Date: Wed, 30 Jan 2013 13:41:52 +0900 Subject: merged pkg & docs --- pkg/branding/config.py | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 pkg/branding/config.py (limited to 'pkg/branding/config.py') diff --git a/pkg/branding/config.py b/pkg/branding/config.py new file mode 100644 index 00000000..bcacc3bc --- /dev/null +++ b/pkg/branding/config.py @@ -0,0 +1,11 @@ +# Configuration file for branding + +BRANDED_BUILD = False + +APP_BASE_NAME = "leap-client" +APP_PREFIX = "%s-" % APP_BASE_NAME + +BRANDED_OPTS = { + 'short_name': "", + 'provider_domain': "", + 'provider_ca_path': ""} -- cgit v1.2.3