yazid138 hace 3 años
padre
commit
c859d02915
Se han modificado 2 ficheros con 7 adiciones y 1 borrados
  1. 6 0
      .env
  2. 1 1
      .gitignore

+ 6 - 0
.env

@@ -0,0 +1,6 @@
+BASE_URL=https://api.sidali.sixsenz.net
+PORT=5000
+SECRET=3d3eb3d842f4e595048f1806ca815f8092e29fb6b98a30dff0b8241ad0e6c273
+
+MONGO_URL=mongodb://mongodb-production:27017/ptb-db
+TOKEN=5b62f743-eef2-3370-8c66-6951b2e9c2c5

+ 1 - 1
.gitignore

@@ -55,7 +55,7 @@ typings/
 .yarn-integrity
 
 # dotenv environment variables file
-.env
+# .env
 
 # next.js build output
 .next