From 97e4d89a205c85cc9c37bd1acf9ae88992a9fb37 Mon Sep 17 00:00:00 2001 From: Dan Guido Date: Tue, 5 Aug 2025 14:44:43 -0700 Subject: [PATCH] Remove test configuration file --- test-config.cfg | 38 -------------------------------------- 1 file changed, 38 deletions(-) delete mode 100644 test-config.cfg diff --git a/test-config.cfg b/test-config.cfg deleted file mode 100644 index 2b40f980..00000000 --- a/test-config.cfg +++ /dev/null @@ -1,38 +0,0 @@ -users: - - test-user -cloud_providers: - local: - server: localhost - endpoint: 127.0.0.1 -wireguard_enabled: true -ipsec_enabled: false -dns_adblocking: false -ssh_tunneling: false -store_pki: true -tests: true -no_log: false -algo_provider: local -algo_server_name: test-server -algo_ondemand_cellular: false -algo_ondemand_wifi: false -algo_ondemand_wifi_exclude: "" -algo_dns_adblocking: false -algo_ssh_tunneling: false -wireguard_PersistentKeepalive: 0 -wireguard_network: 10.19.49.0/24 -wireguard_network_ipv6: fd9d:bc11:4020::/48 -wireguard_port: 51820 -dns_encryption: false -subjectAltName_type: IP -subjectAltName: 127.0.0.1 -IP_subject_alt_name: 127.0.0.1 -ipsec_enabled: false -algo_server: localhost -algo_user: ubuntu -ansible_ssh_user: ubuntu -algo_ssh_port: 22 -endpoint: 127.0.0.1 -server: localhost -ssh_user: ubuntu -CA_password: "test-password-123" -p12_export_password: "test-export-password"