Preprod (#172)
This commit is contained in:
commit
95d19c995d
@ -14,6 +14,10 @@ const storage = multer.memoryStorage();
|
||||
(async () => {
|
||||
try {
|
||||
const variables = await Container.get(BackendVariables).validate();
|
||||
console.log("Variables loaded");
|
||||
console.log(variables.IDNOT_REDIRECT_URL, variables.IDNOT_CLIENT_ID);
|
||||
|
||||
|
||||
const port = variables.APP_PORT;
|
||||
const rootUrl = variables.APP_ROOT_URL;
|
||||
const label = variables.APP_LABEL ?? "Unknown Service";
|
||||
|
@ -114,8 +114,6 @@ export default class IdNotService extends BaseService {
|
||||
}
|
||||
|
||||
public async getIdNotToken(code: string) {
|
||||
console.error("log :" + this.variables.IDNOT_REDIRECT_URL);
|
||||
|
||||
const query = new URLSearchParams({
|
||||
client_id: this.variables.IDNOT_CLIENT_ID,
|
||||
client_secret: this.variables.IDNOT_CLIENT_SECRET,
|
||||
|
Loading…
x
Reference in New Issue
Block a user