mirror of
https://github.com/fosrl/pangolin.git
synced 2025-05-12 21:30:35 +01:00
add secret to example config
This commit is contained in:
parent
a9f0b9aa38
commit
a20befd89f
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ server:
|
||||||
internal_hostname: "pangolin"
|
internal_hostname: "pangolin"
|
||||||
session_cookie_name: "p_session_token"
|
session_cookie_name: "p_session_token"
|
||||||
resource_access_token_param: "p_token"
|
resource_access_token_param: "p_token"
|
||||||
|
secret: "your_secret_key_here"
|
||||||
resource_access_token_headers:
|
resource_access_token_headers:
|
||||||
id: "P-Access-Token-Id"
|
id: "P-Access-Token-Id"
|
||||||
token: "P-Access-Token"
|
token: "P-Access-Token"
|
||||||
|
|
Loading…
Reference in a new issue