i migrated discourse application to other server and i’m getting 400 status code from google auth and can’t login to discourse. Its a problem with oauth2 (i guess) because host name has been changed. How I can disable or overwrite oauth2 settings from command line?
cd /var/discourse
./launcher enter app
su discourse
psql discourse
update site_settings set value = 'ur-client-id' where id = 15;
update site_settings set value = 'ur-client-secret' where id = 16;