Renaming SCW env variables
This commit is contained in:
parent
357509c970
commit
d86a3ebfe5
@ -186,10 +186,10 @@ export class BackendVariables {
|
||||
this.OVH_CONSUMER_KEY = process.env["OVH_CONSUMER_KEY"]!;
|
||||
this.OVH_SMS_SERVICE_NAME = process.env["OVH_SMS_SERVICE_NAME"]!;
|
||||
this.SMS_FACTOR_TOKEN = process.env["SMS_FACTOR_TOKEN"]!;
|
||||
this.SCW_ACCESS_KEY_ID = process.env["SCW_ACCESS_KEY_ID"]!;
|
||||
this.SCW_ACCESS_KEY_SECRET = process.env["SCW_ACCESS_KEY_SECRET"]!;
|
||||
this.SCW_BUCKET_ENDPOINT = process.env["SCW_BUCKET_ENDPOINT"]!;
|
||||
this.SCW_BUCKET_NAME = process.env["SCW_BUCKET_NAME"]!;
|
||||
this.SCW_ACCESS_KEY_ID = process.env["ACCESS_KEY_ID"]!;
|
||||
this.SCW_ACCESS_KEY_SECRET = process.env["ACCESS_KEY_SECRET"]!;
|
||||
this.SCW_BUCKET_ENDPOINT = process.env["BUCKET_ENDPOINT"]!;
|
||||
this.SCW_BUCKET_NAME = process.env["BUCKET_NAME"]!;
|
||||
}
|
||||
public async validate(groups?: string[]) {
|
||||
const validationOptions = groups ? { groups } : undefined;
|
||||
|
Loading…
x
Reference in New Issue
Block a user