Skip to content

Commit

Permalink
Removed unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
rimashah25 committed May 19, 2023
1 parent b46c685 commit 7390acc
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions infrastructure/ansible/roles/traffic_ops/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ to_use_ims: true
to_use_rbp: true
to_user_cache_refresh_interval_sec: 0
to_server_update_status_cache_refresh_interval_sec: 0
to_heartbeat_timeout: 20
to_hypnotoad_number_of_workers: 12
to_cors_access_control_allow_origin: "http://localhost:8080"
to_base_url: https://localhost
Expand All @@ -64,19 +63,6 @@ to_influxdb_conf_path: "{{ to_conf_installdir }}/influxdb.conf"
to_gen_new_secret: "yes"
to_no_of_secrets_to_keep: "2"

to_hypnotoad_accept_interval: 0.1
to_hypnotoad_heartbeat_timeout: 120
to_hypnotoad_port: 60443
to_hypnotoad_pidfile: /var/run/traffic_ops.pid
to_hypnotoad_ciphers:
- AES128-GCM-SHA256
- HIGH
- "!RC4"
- "!MD5"
- "!aNULL"
- "!EDH"
- "!ED"

to_portal_base_url: "http://localhost:8080"
to_portal_docs_url: "https://traffic-control-cdn.readthedocs.io/en/latest/admin/traffic_portal/usingtrafficportal.html#usingtrafficportal"
to_portal_email_from: "TrafficControl <no-reply@trafficcontrol.apache.org>"
Expand Down

0 comments on commit 7390acc

Please sign in to comment.