update changes in to .env supabase installer
This commit is contained in:
parent
a382ec1a57
commit
71a4c63926
3
.gitignore
vendored
3
.gitignore
vendored
@ -2,6 +2,7 @@ node_modules
|
|||||||
dist
|
dist
|
||||||
/backend/dist
|
/backend/dist
|
||||||
/backend/node_modules
|
/backend/node_modules
|
||||||
|
/backend/.env
|
||||||
/frontend/dist
|
/frontend/dist
|
||||||
/frontend/node_modules
|
/frontend/node_modules
|
||||||
/frontend/.angular/cache
|
/frontend/.angular/cache
|
||||||
@ -10,3 +11,5 @@ dist
|
|||||||
|
|
||||||
# Engram AI agent memory
|
# Engram AI agent memory
|
||||||
.engram/
|
.engram/
|
||||||
|
.env
|
||||||
|
|
||||||
|
|||||||
@ -10,6 +10,10 @@ NODE_ENV=development
|
|||||||
DATABASE_URL="postgresql://admin:supersecretpassword123@localhost:5432/App_db?schema=public"
|
DATABASE_URL="postgresql://admin:supersecretpassword123@localhost:5432/App_db?schema=public"
|
||||||
# SUPABASE_URL="https://your-project.supabase.co"
|
# SUPABASE_URL="https://your-project.supabase.co"
|
||||||
# SUPABASE_KEY="your-anon-key"
|
# SUPABASE_KEY="your-anon-key"
|
||||||
|
SUPABASE_PASSWORD=7LtH*QUUTfBcrYf
|
||||||
|
NEXT_PUBLIC_SUPABASE_URL=https://szfqeppzcyavmlmmvcwl.supabase.co
|
||||||
|
NEXT_PUBLIC_SUPABASE_PUBLISHABLE_KEY=sb_publishable_zmH4vijRiPtiwO_TUTleNg_R20kK235
|
||||||
|
|
||||||
|
|
||||||
# Active Directory / Azure AD SSO Config
|
# Active Directory / Azure AD SSO Config
|
||||||
AD_TENANT_ID="your-azure-tenant-id"
|
AD_TENANT_ID="your-azure-tenant-id"
|
||||||
@ -24,3 +28,5 @@ JWT_SECRET="App-super-jwt-secret-key-2026"
|
|||||||
NG_APP_API_URL="http://localhost:3000/api"
|
NG_APP_API_URL="http://localhost:3000/api"
|
||||||
NG_APP_AD_CLIENT_ID="your-azure-client-id"
|
NG_APP_AD_CLIENT_ID="your-azure-client-id"
|
||||||
NG_APP_AD_TENANT_ID="your-azure-tenant-id"
|
NG_APP_AD_TENANT_ID="your-azure-tenant-id"
|
||||||
|
|
||||||
|
PASSWORD_DB=T4Y7c)j.L0Toq5
|
||||||
|
|||||||
2
backend/dist/auth/auth.module.js.map
vendored
2
backend/dist/auth/auth.module.js.map
vendored
@ -1 +1 @@
|
|||||||
{"version":3,"file":"auth.module.js","sourceRoot":"","sources":["../../src/auth/auth.module.ts"],"names":[],"mappings":";;;;;;;;;AAAA,2CAAwC;AAGjC,IAAM,UAAU,GAAhB,MAAM,UAAU;CAAG,CAAA;AAAb,gCAAU;qBAAV,UAAU;IADtB,IAAA,eAAM,EAAC,EAAE,CAAC;GACE,UAAU,CAAG"}
|
{"version":3,"file":"auth.module.js","sourceRoot":"","sources":["../../src/auth/auth.module.ts"],"names":[],"mappings":";;;;;;;;;AAAA,2CAAwC;AAGjC,IAAM,UAAU,GAAhB,MAAM,UAAU;CAAI,CAAA;AAAd,gCAAU;qBAAV,UAAU;IADtB,IAAA,eAAM,EAAC,EAAE,CAAC;GACE,UAAU,CAAI"}
|
||||||
2
backend/dist/tsconfig.tsbuildinfo
vendored
2
backend/dist/tsconfig.tsbuildinfo
vendored
File diff suppressed because one or more lines are too long
BIN
doc/skills.jpg
Normal file
BIN
doc/skills.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 19 KiB |
@ -20,7 +20,7 @@ import { CommonModule } from '@angular/common';
|
|||||||
<span class="header-sub">Intranet Corporativa</span>
|
<span class="header-sub">Intranet Corporativa</span>
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
<div class="header-meta">Consorcio · 2026</div>
|
<div class="header-meta">Wave · 2026</div>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<section class="app-content">
|
<section class="app-content">
|
||||||
|
|||||||
@ -17,7 +17,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<p class="login-eyebrow">Portal Corporativo</p>
|
<p class="login-eyebrow">Portal Corporativo</p>
|
||||||
<h1 class="login-title">App <span class="login-title-gold">ECO</span></h1>
|
<h1 class="login-title">App <span class="login-title-gold">ECO</span></h1>
|
||||||
<p class="login-sub">Consorcio Empresarial · Intranet 2026</p>
|
<p class="login-sub">WAVE · Intranet 2026</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="login-sep"></div>
|
<div class="login-sep"></div>
|
||||||
|
|||||||
138
package-lock.json
generated
138
package-lock.json
generated
@ -11,6 +11,10 @@
|
|||||||
"frontend",
|
"frontend",
|
||||||
"backend"
|
"backend"
|
||||||
],
|
],
|
||||||
|
"dependencies": {
|
||||||
|
"@supabase/ssr": "^0.12.0",
|
||||||
|
"@supabase/supabase-js": "^2.110.0"
|
||||||
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"concurrently": "^8.2.2"
|
"concurrently": "^8.2.2"
|
||||||
}
|
}
|
||||||
@ -5605,6 +5609,115 @@
|
|||||||
"url": "https://github.com/sponsors/sindresorhus"
|
"url": "https://github.com/sponsors/sindresorhus"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"node_modules/@supabase/auth-js": {
|
||||||
|
"version": "2.110.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/@supabase/auth-js/-/auth-js-2.110.0.tgz",
|
||||||
|
"integrity": "sha512-Mi288WCTp6wxMFCOu/UgzgHEXODjdl2uVTLqK11eanzGZaldU3RyP8Am+ZbNuVzFP+5+iOvppxzv7N5Ym84xTg==",
|
||||||
|
"license": "MIT",
|
||||||
|
"dependencies": {
|
||||||
|
"tslib": "2.8.1"
|
||||||
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": ">=22.0.0"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"node_modules/@supabase/functions-js": {
|
||||||
|
"version": "2.110.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/@supabase/functions-js/-/functions-js-2.110.0.tgz",
|
||||||
|
"integrity": "sha512-Fde5wlY8ZZy+9yqrWlQHo8MacSyUBArBEtN2boB4thJQigPnQD/cc61qZN0n3I1L0gwhWtHYwIMnOBKxSvF6Hw==",
|
||||||
|
"license": "MIT",
|
||||||
|
"dependencies": {
|
||||||
|
"tslib": "2.8.1"
|
||||||
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": ">=22.0.0"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"node_modules/@supabase/phoenix": {
|
||||||
|
"version": "0.4.4",
|
||||||
|
"resolved": "https://registry.npmjs.org/@supabase/phoenix/-/phoenix-0.4.4.tgz",
|
||||||
|
"integrity": "sha512-Gt0pqoXuIqX/8dvG0OKp/wMCobXNH3klNbUPBNyOfN0YA1IswrM3HyWFMOPk1Jy+BRaIyDPcFx4jLBwHNmlyfQ==",
|
||||||
|
"license": "MIT"
|
||||||
|
},
|
||||||
|
"node_modules/@supabase/postgrest-js": {
|
||||||
|
"version": "2.110.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/@supabase/postgrest-js/-/postgrest-js-2.110.0.tgz",
|
||||||
|
"integrity": "sha512-ZbC1QZL3jcvBUfVKjJbgRM27G4Mg3Zzqdm44m5pJafe1e52Cli793EOnwQucomBAGEUDd03Nzaf7XV3ji/XexQ==",
|
||||||
|
"license": "MIT",
|
||||||
|
"dependencies": {
|
||||||
|
"tslib": "2.8.1"
|
||||||
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": ">=22.0.0"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"node_modules/@supabase/realtime-js": {
|
||||||
|
"version": "2.110.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/@supabase/realtime-js/-/realtime-js-2.110.0.tgz",
|
||||||
|
"integrity": "sha512-Wn2AWpneZuDFTkp/65tqctvoh+3JvyTjMam8sTMqVWy5BgkU8zAvFwilPYPPPhkINeKF8NAJKP7FclJ2iGCUMw==",
|
||||||
|
"license": "MIT",
|
||||||
|
"dependencies": {
|
||||||
|
"@supabase/phoenix": "0.4.4",
|
||||||
|
"tslib": "2.8.1"
|
||||||
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": ">=22.0.0"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"node_modules/@supabase/ssr": {
|
||||||
|
"version": "0.12.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/@supabase/ssr/-/ssr-0.12.0.tgz",
|
||||||
|
"integrity": "sha512-d9XV5XzJvzzZbeAIM7fWTCUYxQJZ2Ru6ny3dJHmHGp/LIrJ+o9FpD7N9Rf/UhhWEvHXSoDe8SI32Z2ouOdMjBg==",
|
||||||
|
"license": "MIT",
|
||||||
|
"dependencies": {
|
||||||
|
"cookie": "^1.0.2"
|
||||||
|
},
|
||||||
|
"peerDependencies": {
|
||||||
|
"@supabase/supabase-js": "^2.108.0"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"node_modules/@supabase/ssr/node_modules/cookie": {
|
||||||
|
"version": "1.1.1",
|
||||||
|
"resolved": "https://registry.npmjs.org/cookie/-/cookie-1.1.1.tgz",
|
||||||
|
"integrity": "sha512-ei8Aos7ja0weRpFzJnEA9UHJ/7XQmqglbRwnf2ATjcB9Wq874VKH9kfjjirM6UhU2/E5fFYadylyhFldcqSidQ==",
|
||||||
|
"license": "MIT",
|
||||||
|
"engines": {
|
||||||
|
"node": ">=18"
|
||||||
|
},
|
||||||
|
"funding": {
|
||||||
|
"type": "opencollective",
|
||||||
|
"url": "https://opencollective.com/express"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"node_modules/@supabase/storage-js": {
|
||||||
|
"version": "2.110.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/@supabase/storage-js/-/storage-js-2.110.0.tgz",
|
||||||
|
"integrity": "sha512-71+gU3HrhiylAhftY6FmO5PPdcsScnVcS766CVD+vTYK9qTDLbrx8FhgBYbqGm3iV/wkTfzrNJfjGsMeFRkJRQ==",
|
||||||
|
"license": "MIT",
|
||||||
|
"dependencies": {
|
||||||
|
"iceberg-js": "^0.8.1",
|
||||||
|
"tslib": "2.8.1"
|
||||||
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": ">=22.0.0"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"node_modules/@supabase/supabase-js": {
|
||||||
|
"version": "2.110.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/@supabase/supabase-js/-/supabase-js-2.110.0.tgz",
|
||||||
|
"integrity": "sha512-8yI84VJiEVW4zxZpLUmxXmjzQ7O2St9X/ymzlBETDHTURPWG3LmvbSiibq+7dqAJmyoUfxZnSfXeM4HCM8s4XQ==",
|
||||||
|
"license": "MIT",
|
||||||
|
"dependencies": {
|
||||||
|
"@supabase/auth-js": "2.110.0",
|
||||||
|
"@supabase/functions-js": "2.110.0",
|
||||||
|
"@supabase/postgrest-js": "2.110.0",
|
||||||
|
"@supabase/realtime-js": "2.110.0",
|
||||||
|
"@supabase/storage-js": "2.110.0"
|
||||||
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": ">=22.0.0"
|
||||||
|
}
|
||||||
|
},
|
||||||
"node_modules/@tokenizer/inflate": {
|
"node_modules/@tokenizer/inflate": {
|
||||||
"version": "0.2.7",
|
"version": "0.2.7",
|
||||||
"resolved": "https://registry.npmjs.org/@tokenizer/inflate/-/inflate-0.2.7.tgz",
|
"resolved": "https://registry.npmjs.org/@tokenizer/inflate/-/inflate-0.2.7.tgz",
|
||||||
@ -6309,6 +6422,14 @@
|
|||||||
"url": "https://github.com/sponsors/jonschlinkert"
|
"url": "https://github.com/sponsors/jonschlinkert"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"node_modules/App-backend": {
|
||||||
|
"resolved": "backend",
|
||||||
|
"link": true
|
||||||
|
},
|
||||||
|
"node_modules/App-frontend": {
|
||||||
|
"resolved": "frontend",
|
||||||
|
"link": true
|
||||||
|
},
|
||||||
"node_modules/append-field": {
|
"node_modules/append-field": {
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/append-field/-/append-field-1.0.0.tgz",
|
"resolved": "https://registry.npmjs.org/append-field/-/append-field-1.0.0.tgz",
|
||||||
@ -8926,6 +9047,15 @@
|
|||||||
"node": ">=10.18"
|
"node": ">=10.18"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"node_modules/iceberg-js": {
|
||||||
|
"version": "0.8.1",
|
||||||
|
"resolved": "https://registry.npmjs.org/iceberg-js/-/iceberg-js-0.8.1.tgz",
|
||||||
|
"integrity": "sha512-1dhVQZXhcHje7798IVM+xoo/1ZdVfzOMIc8/rgVSijRK38EDqOJoGula9N/8ZI5RD8QTxNQtK/Gozpr+qUqRRA==",
|
||||||
|
"license": "MIT",
|
||||||
|
"engines": {
|
||||||
|
"node": ">=20.0.0"
|
||||||
|
}
|
||||||
|
},
|
||||||
"node_modules/iconv-lite": {
|
"node_modules/iconv-lite": {
|
||||||
"version": "0.4.24",
|
"version": "0.4.24",
|
||||||
"resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz",
|
"resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz",
|
||||||
@ -9582,14 +9712,6 @@
|
|||||||
"node": ">=0.10.0"
|
"node": ">=0.10.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/App-backend": {
|
|
||||||
"resolved": "backend",
|
|
||||||
"link": true
|
|
||||||
},
|
|
||||||
"node_modules/App-frontend": {
|
|
||||||
"resolved": "frontend",
|
|
||||||
"link": true
|
|
||||||
},
|
|
||||||
"node_modules/launch-editor": {
|
"node_modules/launch-editor": {
|
||||||
"version": "2.14.1",
|
"version": "2.14.1",
|
||||||
"resolved": "https://registry.npmjs.org/launch-editor/-/launch-editor-2.14.1.tgz",
|
"resolved": "https://registry.npmjs.org/launch-editor/-/launch-editor-2.14.1.tgz",
|
||||||
|
|||||||
@ -16,5 +16,9 @@
|
|||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"concurrently": "^8.2.2"
|
"concurrently": "^8.2.2"
|
||||||
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"@supabase/ssr": "^0.12.0",
|
||||||
|
"@supabase/supabase-js": "^2.110.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user