aboutsummaryrefslogtreecommitdiff
path: root/doc/wiki-dump/doc%2FRPKI%2FCA%2FConfiguration%2Fweb_portal.md
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2016-08-04 12:27:06 -0400
committerRob Austein <sra@hactrn.net>2016-08-04 12:27:06 -0400
commitc897c7cecf4134f20354e3dbba9438cbab706eaf (patch)
tree7066ad608aa285a2b80589e224d06a96e7421120 /doc/wiki-dump/doc%2FRPKI%2FCA%2FConfiguration%2Fweb_portal.md
parent949e9c8358b5259656c02e4a1ada7912d943afd2 (diff)
Wiki->HTML->Markdown on all dumped pages, zip attachments.
Diffstat (limited to 'doc/wiki-dump/doc%2FRPKI%2FCA%2FConfiguration%2Fweb_portal.md')
-rw-r--r--doc/wiki-dump/doc%2FRPKI%2FCA%2FConfiguration%2Fweb_portal.md60
1 files changed, 60 insertions, 0 deletions
diff --git a/doc/wiki-dump/doc%2FRPKI%2FCA%2FConfiguration%2Fweb_portal.md b/doc/wiki-dump/doc%2FRPKI%2FCA%2FConfiguration%2Fweb_portal.md
new file mode 100644
index 00000000..5ff1f0d6
--- /dev/null
+++ b/doc/wiki-dump/doc%2FRPKI%2FCA%2FConfiguration%2Fweb_portal.md
@@ -0,0 +1,60 @@
+# [web_portal] section
+
+Glue to allow the Django application to pull user configuration from this file
+rather than directly editing settings.py.
+
+## sql-database
+
+SQL database name the web portal should use.
+
+
+
+ sql-database = ${myrpki::irdbd_sql_database}
+
+
+## sql-username
+
+SQL user name the web portal should use.
+
+
+
+ sql-username = ${myrpki::irdbd_sql_username}
+
+
+## sql-password
+
+SQL password the web portal should use.
+
+
+
+ sql-password = ${myrpki::irdbd_sql_password}
+
+
+## secret-key
+
+Site-specific secret key for Django.
+
+No default value.
+
+## allowed-hosts
+
+Name of virtual host that runs the Django GUI, if this is not the same as the
+system hostname. Django's security code wants to know the name of the virtual
+host on which Django is running, and will fail when it thinks it's running on
+a disallowed host.
+
+If you get an error like "Invalid HTTP_HOST header (you may need to set
+ALLOWED_HOSTS)", you will need to set this option.
+
+No default value.
+
+## download-directory
+
+A directory large enough to hold the RouteViews?.org routing table dump
+fetched by the rpkigui-import-routes script.
+
+
+
+ download-directory = /var/tmp
+
+