diff --git a/backend/services/admin-service/.env.example b/backend/services/admin-service/.env.example index b0885d28..7b78effc 100644 --- a/backend/services/admin-service/.env.example +++ b/backend/services/admin-service/.env.example @@ -6,6 +6,7 @@ NODE_ENV=production APP_PORT=3010 API_PREFIX=api/v1 +BASE_URL=https://rwaapi.szaiai.com # Database DATABASE_URL=postgresql://rwa_user:rwa_secure_password@postgres:5432/rwa_admin?schema=public diff --git a/backend/services/admin-service/.env.production b/backend/services/admin-service/.env.production index 98e48fb6..4f1189a0 100644 --- a/backend/services/admin-service/.env.production +++ b/backend/services/admin-service/.env.production @@ -8,6 +8,7 @@ NODE_ENV=production APP_PORT=3010 API_PREFIX=api/v1 +BASE_URL=https://rwaapi.szaiai.com # Database DATABASE_URL="postgresql://${DB_USER}:${DB_PASSWORD}@${DB_HOST}:5432/${DB_NAME}?schema=public"