Skip to content

Commit

Permalink
[deploy] Configurando variavel de ambiente
Browse files Browse the repository at this point in the history
  • Loading branch information
AlGouvea committed Aug 20, 2024
1 parent 2d47e8e commit c5bd8ee
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,7 @@ const routes = require("./routes");

const app = express();

const {
NODE_ENV,
MONGO_URI,
PORT,
} = process.env;
const { NODE_ENV, MONGO_URI, PORT } = process.env;

const corsOption = {
origin: "*",
Expand Down

0 comments on commit c5bd8ee

Please sign in to comment.