blob: c4f60a624f0a3dc46cea32f8b2595cd1b4c70255 [file] [log] [blame]
{
"hypnotoad": {
"listen": [
"https://not-a-real-host.test:1?cert=$GITHUB_WORKSPACE/traffic_ops/traffic_ops_golang/localhost.crt&key=$GITHUB_WORKSPACE/traffic_ops/traffic_ops_golang/localhost.key&verify=0x00&ciphers=AES128-GCM-SHA256:HIGH:!RC4:!MD5:!aNULL:!EDH:!ED"
],
"user": "trafops",
"group": "trafops",
"heartbeat_timeout": 20,
"pid_file": "/var/run/traffic_ops.pid",
"workers": 12
},
"disable_auto_cert_deletion": false,
"use_ims": true,
"role_based_permissions": true,
"traffic_ops_golang": {
"insecure": true,
"port": "6443",
"log_location_error": "stderr",
"log_location_warning": "stderr",
"log_location_info": "stdout",
"log_location_debug": "stdout",
"log_location_event": "stdout",
"max_db_connections": 20,
"db_conn_max_lifetime_seconds": 60,
"db_query_timeout_seconds": 20,
"traffic_vault_backend": "postgres",
"traffic_vault_config": {
"dbname": "traffic_vault",
"hostname": "localhost",
"user": "traffic_vault",
"password": "twelve",
"port": 5432,
"ssl": false,
"conn_max_lifetime_seconds": 60,
"max_connections": 500,
"max_idle_connections": 30,
"query_timeout_seconds": 10,
"aes_key_location": "$GITHUB_WORKSPACE/aes.key"
},
"supported_ds_metrics": [ "kbps", "tps_total", "tps_2xx", "tps_3xx", "tps_4xx", "tps_5xx" ]
},
"cors": {
"access_control_allow_origin": "*"
},
"to": {
"base_url": "https://localhost",
"email_from": "no-reply@traffic-ops.test",
"no_account_found_msg": "A Traffic Ops user account is required for access. Please contact your Traffic Ops user administrator."
},
"portal": {
"base_url": "https://not-a-real-host.test/#!/",
"email_from": "no-reply@traffic-portal.test",
"pass_reset_path": "user",
"user_register_path": "user"
},
"secrets": [
"blahblah"
],
"inactivity_timeout": 60,
"smtp": {
"enabled": true,
"user": "",
"password": "",
"address": "172.17.0.1:25"
},
"InfluxEnabled": false
}