Add credentials for production server

This commit is contained in:
Gusted 2021-05-30 22:20:52 +02:00
parent 6fcd9348e1
commit 621e4ce6fd
No known key found for this signature in database
GPG Key ID: FD821B732837125F

View File

@ -50,8 +50,9 @@ const tokenMan = (() => {
},
userstylesworld: {
flow: 'code',
clientId: 'publicccc_client',
clientSecret: 'secreettUwU', // Don't judege.
clientId: 'zeDmKhJIfJqULtcrGMsWaxRtWHEimKgS',
clientSecret: 'wqHsvTuThQmXmDiVvOpZxPwSIbyycNFImpAOTxjaIRqDbsXcTOqrymMJKsOMuibFaij' +
'ZZAkVYTDbLkQuYFKqgpMsMlFlgwQOYHvHFbgxQHDTwwdOroYhOwFuekCwXUlk',
authURL: URLS.usw + 'api/oauth/authorize_style',
tokenURL: URLS.usw + 'api/oauth/access_token',
redirect_uri: 'https://gusted.xyz/callback_helper/',