oidc-wp / openid-connect-generic

WordPress plugin to provide an OpenID Connect Generic client
https://wordpress.org/plugins/daggerhart-openid-connect-generic/
261 stars 155 forks source link

Anyway to configure on the command line? #562

Closed dacrudg closed 3 months ago

dacrudg commented 3 months ago

Hi,

Is there anyway to configure this plugins settings on the command line some where? Or in a database? I'd like to do this without having to use the web gui settings page.

Thank you!

timnolte commented 3 months ago

So you can configure a large majority of the settings via configuration constants in the wp-config.php file.

You can find a list here: https://github.com/oidc-wp/openid-connect-generic/wiki/Configuration-Environment-Variables-Constants

dacrudg commented 3 months ago

Thank you!