fanzine/popup/config.sample.js

8 lines
204 B
JavaScript
Raw Normal View History

2022-03-23 17:25:29 +00:00
const bucketName = "quentin.dufour.io";
const bucketRegion = "garage";
const key = 'xxx';
const secret = 'xxx';
const host = 'https://quentin.dufour.io';
const endpoint = 'https://garage.deuxfleurs.fr';