|
1 | 1 |
|
2 | 2 | .. index:: config.ini; sections main |
3 | | - |
| 3 | +.. _`config-ini-section-main`: |
4 | 4 | .. code:: ini |
5 | 5 |
|
6 | 6 | [main] |
|
184 | 184 | password_pbkdf2_default_rounds = 2000000 |
185 | 185 |
|
186 | 186 | .. index:: config.ini; sections tracker |
187 | | - |
| 187 | +.. _`config-ini-section-tracker`: |
188 | 188 | .. code:: ini |
189 | 189 |
|
190 | 190 | [tracker] |
|
231 | 231 | language = |
232 | 232 |
|
233 | 233 | .. index:: config.ini; sections web |
234 | | - |
| 234 | +.. _`config-ini-section-web`: |
235 | 235 | .. code:: ini |
236 | 236 |
|
237 | 237 | [web] |
|
595 | 595 | # as is. It removes any whitespace at the end of the |
596 | 596 | # line, so a newline can be put in the file. |
597 | 597 | # |
598 | | - # Default: 3CpCdT9GrdQv7SCn24DTIQTwAoBguqhAopZnXRZA38w= |
599 | | - secret_key = 3CpCdT9GrdQv7SCn24DTIQTwAoBguqhAopZnXRZA38w= |
| 598 | + # Default: DWmbKgVUy6fF5D2Y5TD5Az+dnHhMYKCCpJzIY3H8nsU= |
| 599 | + secret_key = DWmbKgVUy6fF5D2Y5TD5Az+dnHhMYKCCpJzIY3H8nsU= |
600 | 600 |
|
601 | 601 | # This is used to sign/validate json web tokens |
602 | 602 | # (JWT). Even if you don't use JWTs it must not be |
|
624 | 624 | jwt_secret = disabled |
625 | 625 |
|
626 | 626 | .. index:: config.ini; sections rdbms |
627 | | - |
| 627 | +.. _`config-ini-section-rdbms`: |
628 | 628 | .. code:: ini |
629 | 629 |
|
| 630 | + |
630 | 631 | # Settings in this section (except for backend) are used |
631 | 632 | # by RDBMS backends only. |
| 633 | + |
632 | 634 | [rdbms] |
633 | 635 |
|
634 | 636 | # Database backend. |
|
767 | 769 | serverside_cursor = yes |
768 | 770 |
|
769 | 771 | .. index:: config.ini; sections sessiondb |
770 | | - |
| 772 | +.. _`config-ini-section-sessiondb`: |
771 | 773 | .. code:: ini |
772 | 774 |
|
| 775 | + |
773 | 776 | # Choose configuration for session and one time key storage. |
| 777 | + |
774 | 778 | [sessiondb] |
775 | 779 |
|
776 | 780 | # Set backend for storing one time key (otk) and session data. |
|
800 | 804 | redis_url = redis://localhost:6379/0?health_check_interval=2 |
801 | 805 |
|
802 | 806 | .. index:: config.ini; sections logging |
803 | | - |
| 807 | +.. _`config-ini-section-logging`: |
804 | 808 | .. code:: ini |
805 | 809 |
|
806 | 810 | [logging] |
|
836 | 840 | disable_loggers = no |
837 | 841 |
|
838 | 842 | .. index:: config.ini; sections mail |
839 | | - |
| 843 | +.. _`config-ini-section-mail`: |
840 | 844 | .. code:: ini |
841 | 845 |
|
| 846 | + |
842 | 847 | # Outgoing email options. |
843 | 848 | # Used for nosy messages, password reset and registration approval |
844 | 849 | # requests. |
| 850 | + |
845 | 851 | [mail] |
846 | 852 |
|
847 | 853 | # The email domain that admin_email, issue_tracker and |
|
942 | 948 | add_authoremail = yes |
943 | 949 |
|
944 | 950 | .. index:: config.ini; sections mailgw |
945 | | - |
| 951 | +.. _`config-ini-section-mailgw`: |
946 | 952 | .. code:: ini |
947 | 953 |
|
| 954 | + |
948 | 955 | # Roundup Mail Gateway options |
| 956 | + |
949 | 957 | [mailgw] |
950 | 958 |
|
951 | 959 | # Keep email citations when accepting messages. |
|
1087 | 1095 | keep_real_from = no |
1088 | 1096 |
|
1089 | 1097 | .. index:: config.ini; sections pgp |
1090 | | - |
| 1098 | +.. _`config-ini-section-pgp`: |
1091 | 1099 | .. code:: ini |
1092 | 1100 |
|
| 1101 | + |
1093 | 1102 | # OpenPGP mail processing options |
| 1103 | + |
1094 | 1104 | [pgp] |
1095 | 1105 |
|
1096 | 1106 | # Enable PGP processing. Requires gpg. If you're planning |
|
1137 | 1147 | require_incoming = signed |
1138 | 1148 |
|
1139 | 1149 | .. index:: config.ini; sections nosy |
1140 | | - |
| 1150 | +.. _`config-ini-section-nosy`: |
1141 | 1151 | .. code:: ini |
1142 | 1152 |
|
| 1153 | + |
1143 | 1154 | # Nosy messages sending |
| 1155 | + |
1144 | 1156 | [nosy] |
1145 | 1157 |
|
1146 | 1158 | # Send nosy messages to the author of the message. |
|
1190 | 1202 | max_attachment_size = 9223372036854775807 |
1191 | 1203 |
|
1192 | 1204 | .. index:: config.ini; sections markdown |
1193 | | - |
| 1205 | +.. _`config-ini-section-markdown`: |
1194 | 1206 | .. code:: ini |
1195 | 1207 |
|
| 1208 | + |
1196 | 1209 | # Markdown rendering options. |
| 1210 | + |
1197 | 1211 | [markdown] |
1198 | 1212 |
|
1199 | 1213 | # If yes/true, render single new line characters in markdown |
|
0 commit comments