tomoya 2 éve
szülő
commit
2fbb15b6cc
2 módosított fájl, 6 hozzáadás és 2 törlés
  1. 5 1
      .env
  2. 1 1
      frontend/src/views/Login.vue

+ 5 - 1
.env

@@ -14,7 +14,7 @@ DOCKER_IMAGE_CELERYWORKER=celeryworker
 DOCKER_IMAGE_FRONTEND=frontend
 
 # Backend
-BACKEND_CORS_ORIGINS=["http://localhost", "http://localhost:4200", "http://localhost:3000", "http://localhost:5173", "http://localhost:8080", "https://localhost", "https://localhost:4200", "https://localhost:3000", "https://localhost:8080", "http://dev.ai-anchor.com", "http://dev.ai-anchor.com:5173", "http://dev.ai-anchor.com:8080", "https://stag.ai-anchor.com", "https://ai-anchor.com", "http://local.dockertoolbox.tiangolo.com", "http://localhost.tiangolo.com"]
+BACKEND_CORS_ORIGINS=["http://local.ai-anchor.com:5173", "http://local.ai-anchor.com:8080", "http://localhost", "http://localhost:4200", "http://localhost:3000", "http://localhost:5173", "http://localhost:8080", "https://localhost", "https://localhost:4200", "https://localhost:3000", "https://localhost:8080", "http://dev.ai-anchor.com", "http://dev.ai-anchor.com:5173", "http://dev.ai-anchor.com:8080", "https://stag.ai-anchor.com", "https://ai-anchor.com", "http://local.dockertoolbox.tiangolo.com", "http://localhost.tiangolo.com"]
 PROJECT_NAME=AI anchor
 SECRET_KEY=1df1f2180c7b2550e76a8ccf5e67a76e5321d8c2d3fee4a725f8b80baf9a0c91
 FIRST_SUPERUSER=admin@ai-anchor.com
@@ -43,3 +43,7 @@ POSTGRES_DB=app
 PGADMIN_LISTEN_PORT=5050
 PGADMIN_DEFAULT_EMAIL=admin@ai-anchor.com
 PGADMIN_DEFAULT_PASSWORD=password
+
+# Initial data
+MEMBERSHIP_TYPES=["normal", "infinite"]
+PROGRESS_TYPES=["waiting", "processing", "complete"]

+ 1 - 1
frontend/src/views/Login.vue

@@ -88,7 +88,7 @@ onMounted(() => {});
           <p class="text-center">
             {{ t("haventAccount") }}
             <router-link to="/signup">{{ t("register") }}</router-link
-            ><router-link to="/recover-password">{{
+            > / <router-link to="/recover-password">{{
               t("forgotPsd")
             }}</router-link>
           </p>