You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/Advanced Configuration/Other Customisations.md
+29-7Lines changed: 29 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,9 @@
1
1
---
2
2
sidebar_position: 13
3
3
---
4
+
import Tabs from '@theme/Tabs';
5
+
import TabItem from '@theme/TabItem';
6
+
4
7
# Other Customisations
5
8
6
9
Stirling PDF offers various other customisation options, such as:
@@ -24,10 +27,29 @@ system:
24
27
In configs/Settings.yml
25
28
26
29
### Using an outgoing HTTP(S) proxy
27
-
To make Stirling PDF use an outgoing proxy server (e.g. for checking the license validity), the `JAVA_CUSTOM_OPTS` environment variable need to be used to set some Java properties:
0 commit comments