Skip to content

Commit

Permalink
Merge pull request #13 from Nautigsam/feature/user-variables
Browse files Browse the repository at this point in the history
Add rpc user variable (defaults to transmission_user)
  • Loading branch information
elboletaire committed Aug 11, 2019
2 parents 4563ae5 + d11f07f commit ced0813
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/settings.json.j2
Expand Up @@ -51,7 +51,7 @@
"rpc-password": "{{ transmission_password }}",
"rpc-port": {{ transmission_rpc_port }},
"rpc-url": "{{ transmission_url }}",
"rpc-username": "{{ transmission_user }}",
"rpc-username": "{{ transmission_rpc_user | default(transmission_user) }}",
"rpc-whitelist": "{{ transmission_rpc_whitelist }}",
"rpc-whitelist-enabled": {{ transmission_rpc_whitelist_enabled | lower }},
"rpc-host-whitelist": "{{ transmission_rpc_host_whitelist }}",
Expand Down

0 comments on commit ced0813

Please sign in to comment.