Add user and key to .env.dist.

This commit is contained in:
Otho 2024-02-26 11:22:51 -05:00
parent b0593f8a1c
commit dec9ca6253
Signed by: Otho
GPG Key ID: 16C720CD3BBE21D9

View File

@ -12,6 +12,9 @@ stashbox_project_id=1
stashbox_domain="web.stashbox" stashbox_domain="web.stashbox"
stashbox_plex_domain="plex.stashbox" stashbox_plex_domain="plex.stashbox"
export stashbox_username='xxx'
export stashbox_user_key='xxx'
stashbox_web_ip="fe80::dad:db" stashbox_web_ip="fe80::dad:db"
stashbox_rpx_ip="fe80::dad:feed" stashbox_rpx_ip="fe80::dad:feed"
stashbox_ip4_ext="0.0.0.0" stashbox_ip4_ext="0.0.0.0"