blob: f24b0a8b306e88644fe6c24fed02a4341868a884 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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.
|