You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
322 B
PHP

<?php
$_SETTINGS = [
"debug" => false,
"easypost_key" => "",
"stripe_sk" => "",
"easypost_usps_account" => "ca_9...b5",
"email" => [
"server" => "mail.netsyms.net",
"port" => 587,
"user" => "noreply@netsyms.com",
"password" => "",
"security" => "tls"
],
];