Gabtoof / evaa-load-calculator

0 stars 0 forks source link

move secrets from config.php to wordpress db and/or encrypt #6

Closed Gabtoof closed 5 months ago

Gabtoof commented 5 months ago

important: require_once('/var/www/html/wp-load.php'); //Ensure path is set appropriately

Gabtoof commented 5 months ago

want to make it dynamic so the path to wp-load shouldn't need to be adjusted

Gabtoof commented 5 months ago

Prior to plugin install, need to set // EVAA Keys define ('GITHUB_SECRET_KEY', ''); define ('GITHUB_PAT', '');

appropriately in wp_config.php