Commit f1dec9c4 authored by Labros Papadopoulos's avatar Labros Papadopoulos
Browse files

refactor urls

parent ea48e6ca
Loading
Loading
Loading
Loading
Loading
+10 −10
Original line number Diff line number Diff line
@@ -188,16 +188,16 @@ File: .env.local

```dotenv
NEXTAUTH_URL="http://localhost:3000"
AUTH_SECRET="z+OvJC9PPxLczZC2ZYz9vwRGeMcKxDAIytDBEvivlo0="
KEYCLOAK_CLIENT_ID="tmf-api"
KEYCLOAK_CLIENT_SECRET="A0cx2x4YT5vqYX3hpmA4kURyGncsl4Vd"
KEYCLOAK_ISSUER="http://192.168.5.196:30081/realms/tmf"
TMF_620_BASE_URL="http://192.168.5.196:30088/tmf-api/productCatalogManagement/v4"
TMF_633_BASE_URL="http://192.168.5.196:30088/tmf-api/serviceCatalogManagement/v4"
TMF_641_BASE_URL="http://192.168.5.196:30088/tmf-api/serviceOrdering/v4"
TMF_638_BASE_URL="http://192.168.5.196:30088/tmf-api/serviceInventory/v4"
TMF_639_BASE_URL="http://192.168.5.196:30088/tmf-api/resourceInventoryManagement/v4"
CART_BASE_URL="http://192.168.5.196:30092/hypo-portal/cart"
AUTH_SECRET=""
KEYCLOAK_CLIENT_ID=""
KEYCLOAK_CLIENT_SECRET=""
KEYCLOAK_ISSUER="http://{ip}:{port}/realms/tmf"
TMF_620_BASE_URL="http://{ip}:{port}/tmf-api/productCatalogManagement/v4"
TMF_633_BASE_URL="http://{ip}:{port}/tmf-api/serviceCatalogManagement/v4"
TMF_641_BASE_URL="http://{ip}:{port}/tmf-api/serviceOrdering/v4"
TMF_638_BASE_URL="http://{ip}:{port}/tmf-api/serviceInventory/v4"
TMF_639_BASE_URL="http://{ip}:{port}/tmf-api/resourceInventoryManagement/v4"
CART_BASE_URL="http://{ip}:{port}/hypo-portal/cart"
```

You can generate a new AUTH_SECRET any time using: