Skip to content

Commit

Permalink
Feat: add index.js ORIGIN
Browse files Browse the repository at this point in the history
  • Loading branch information
cuconveniencestore authored and hookor committed Aug 30, 2024
1 parent 0d3dfd7 commit eee504d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@ if (process.env.NODE_ENV === undefined) {
}

const CREDENTIALS = (process.env.CREDENTIALS = true);
const ORIGIN = (process.env.ORIGIN = 'https://ddocker.kro.kr');
const ORIGIN = (process.env.ORIGIN = [
'https://ddocker.kro.kr',
'https://www.ddocker.kro.kr'
]);

const {
NODE_ENV,
Expand Down

0 comments on commit eee504d

Please sign in to comment.