summarylogtreecommitdiffstats
path: root/0002-set-default-not-debug.patch
diff options
context:
space:
mode:
authorBigfootACA2021-03-23 22:19:53 +0800
committerBigfootACA2021-03-23 22:19:53 +0800
commitdd33d749cb39f9e7203b5945c0d856861caf4bac (patch)
tree94118089cc5a5f2b9204de664df151f2bd2193af /0002-set-default-not-debug.patch
downloadaur-dd33d749cb39f9e7203b5945c0d856861caf4bac.tar.gz
upload to github
Diffstat (limited to '0002-set-default-not-debug.patch')
-rw-r--r--0002-set-default-not-debug.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/0002-set-default-not-debug.patch b/0002-set-default-not-debug.patch
new file mode 100644
index 000000000000..72f337244ab1
--- /dev/null
+++ b/0002-set-default-not-debug.patch
@@ -0,0 +1,13 @@
+diff --git a/horizon-19.1.0-old/openstack_dashboard/local/local_settings.py.example b/horizon-19.1.0/openstack_dashboard/local/local_settings.py.example
+index 2b084bf..b588971 100644
+--- a/horizon-19.1.0-old/openstack_dashboard/local/local_settings.py.example
++++ b/horizon-19.1.0/openstack_dashboard/local/local_settings.py.example
+@@ -20,7 +20,7 @@ from horizon.utils import secret_key
+
+ from openstack_dashboard.settings import HORIZON_CONFIG
+
+-DEBUG = True
++DEBUG = False
+
+ # This setting controls whether or not compression is enabled. Disabling
+ # compression makes Horizon considerably slower, but makes it much easier