diff options
| author | default <nobody@localhost> | 2024-11-12 09:01:30 +0100 |
|---|---|---|
| committer | default <nobody@localhost> | 2024-11-12 09:01:30 +0100 |
| commit | 19b9998f8c42918430f7c41ebd40b8339b9d7cd7 (patch) | |
| tree | 8e2a88f826cc8bf61878f50292d68d1b21597915 /snac.h | |
| parent | 50fa2ae0e620b813e2eab3b6a89efdf171d7856e (diff) | |
The proxy token seed is created on startup and never stored.
Diffstat (limited to 'snac.h')
| -rw-r--r-- | snac.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -26,6 +26,7 @@ extern double disk_layout; extern xs_str *srv_basedir; extern xs_dict *srv_config; extern xs_str *srv_baseurl; +extern xs_str *srv_proxy_token_seed; extern int dbglevel; |