Skip to content

Commit

Permalink
chore: add Chrome Web Store extensions ids for LMEL
Browse files Browse the repository at this point in the history
  • Loading branch information
JalilArfaoui committed Nov 9, 2021
1 parent 2d10502 commit d2912e0
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 d2912e0

Please sign in to comment.