Skip to content

Commit

Permalink
Merge pull request #1172 from dis-moi/feat/add_lmel_chrome_extension_ids
Browse files Browse the repository at this point in the history
chore: add Chrome Web Store extensions ids for LMEL
  • Loading branch information
JalilArfaoui authored Nov 9, 2021
2 parents 2d10502 + d2912e0 commit d49d000
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .env.proding.lmel
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
CHROME_EXTENSION_ID=dckgogglpeojhbnpgooenkklhibdmebn
FIREFOX_EXTENSION_ID={xxx}
2 changes: 2 additions & 0 deletions .env.production.lmel
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
CHROME_EXTENSION_ID=heoimefmbpfjhpiepkomlkijgmlappko
FIREFOX_EXTENSION_ID={xxx}
2 changes: 2 additions & 0 deletions .env.staging.lmel
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
CHROME_EXTENSION_ID=dhkphghnepognepapelplhfegpcboaeb
FIREFOX_EXTENSION_ID={xxx}
2 changes: 1 addition & 1 deletion loadEnv.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ function loadEnv({ path, encoding, debug }) {
const FACET = process.env.FACET || 'dismoi';

const dotenvFiles = [
`.env.${FACET}`,
`.env.${NODE_ENV}.${FACET}.local`,
`.env.${NODE_ENV}.local`,
`.env.${NODE_ENV}.${FACET}`,
`.env.${FACET}`,
`.env.${NODE_ENV}`,
// Don't include `.env.local` for `test` environment
// since normally you expect tests to produce the same
Expand Down

0 comments on commit d49d000

Please sign in to comment.