diff options
author | RPKI Documentation Robot <docbot@rpki.net> | 2013-06-04 16:00:22 +0000 |
---|---|---|
committer | RPKI Documentation Robot <docbot@rpki.net> | 2013-06-04 16:00:22 +0000 |
commit | 76a7d661549c7d3d1a3e724fb1e2e58871f6ca70 (patch) | |
tree | 967fdaa3b8c8413fe968e83bef308d6e69aa0a31 /doc/doc.RPKI.CA.Configuration.web_portal | |
parent | 30c9b8cd6e603dd891e07443b15d257ae1ae6511 (diff) |
Automatic pull of documentation from Wiki.
svn path=/trunk/; revision=5367
Diffstat (limited to 'doc/doc.RPKI.CA.Configuration.web_portal')
-rw-r--r-- | doc/doc.RPKI.CA.Configuration.web_portal | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/doc/doc.RPKI.CA.Configuration.web_portal b/doc/doc.RPKI.CA.Configuration.web_portal new file mode 100644 index 00000000..f24b0a8b --- /dev/null +++ b/doc/doc.RPKI.CA.Configuration.web_portal @@ -0,0 +1,28 @@ +****** [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. |