Inclusión del dominio suitecoffee.uy al NPM.
Se ajustaron los problemas de renderizado y redirección mayores de https://suitecoffee.uy/ Se re-creó el archivo ~/SuiteCoffee/services/app/src/index.js para mantener un orden adecuado Las rutas exigen una cookie de seción para cargarse, de o contrario redireccionan a https://suitecoffee.uy/auth/login para iniciar o crear sesión de usuario, excepto https://suitecoffee.uy/inicio que se mantene de esta manera con motivos de desarrollo
This commit is contained in:
+24
-13
@@ -5,31 +5,42 @@ COMPOSE_PROJECT_NAME=suitecoffee_dev
|
||||
NODE_ENV=development
|
||||
|
||||
# app - app
|
||||
APP_LOCAL_PORT=3030
|
||||
APP_DOCKER_PORT=3030
|
||||
APP_PORT=3030
|
||||
|
||||
# auth - app
|
||||
AUTH_LOCAL_PORT=4040
|
||||
AUTH_DOCKER_PORT=4040
|
||||
AUTH_PORT=4040
|
||||
|
||||
# tenants - postgres
|
||||
TENANTS_DB_NAME=dev-postgres
|
||||
TENANTS_DB_USER=dev-user-postgres
|
||||
TENANTS_DB_PASS=dev-pass-postgres
|
||||
|
||||
TENANTS_DB_LOCAL_PORT=54321
|
||||
TENANTS_DB_DOCKER_PORT=5432
|
||||
|
||||
# db primaria - postgres
|
||||
DB_NAME=dev-suitecoffee
|
||||
DB_USER=dev-user-suitecoffee
|
||||
DB_PASS=dev-pass-suitecoffee
|
||||
|
||||
DB_LOCAL_PORT=54322
|
||||
DB_DOCKER_PORT=5432
|
||||
|
||||
# --- secretos para Authentik
|
||||
AUTHENTIK_SECRET_KEY=poné_un_valor_largo_y_unico
|
||||
AUTHENTIK_DB_PASS=cambia_esto
|
||||
AUTHENTIK_BOOTSTRAP_PASSWORD=cambia_esto
|
||||
AUTHENTIK_BOOTSTRAP_EMAIL=info.suitecoffee@gmail.com
|
||||
AK_SECRET_KEY=Timothy-Yearning-Unzip-Playmate3-Snowiness-Desecrate
|
||||
AK_DB_PASS=Doable8
|
||||
AK_BOOTSTRAP_PASSWORD=Succulent-Sanded7
|
||||
AK_BOOTSTRAP_EMAIL=info.suitecoffee@gmail.com
|
||||
|
||||
PG_PASS=gOWjL8V564vyh1aXUcqh4o/xo7eObraaCVZezPi3iw2LzPlU
|
||||
AUTHENTIK_SECRET_KEY=11zMsUL57beO+okjeGh7OB3lQdGUWII+VaATHs/zsw1+6KMSTyGfAY0yHpq3C442+3CwrZ/KtjgHBfbv
|
||||
AUTHENTIK_ERROR_REPORTING__ENABLED=true
|
||||
|
||||
# SMTP Host Emails are sent to
|
||||
AUTHENTIK_EMAIL__HOST=localhost
|
||||
AUTHENTIK_EMAIL__PORT=25
|
||||
# Optionally authenticate (don't add quotation marks to your password)
|
||||
AUTHENTIK_EMAIL__USERNAME=info.suitecoffee@gmail.com
|
||||
AUTHENTIK_EMAIL__PASSWORD=Succulent-Sanded7
|
||||
# Use StartTLS
|
||||
AUTHENTIK_EMAIL__USE_TLS=false
|
||||
# Use SSL
|
||||
AUTHENTIK_EMAIL__USE_SSL=false
|
||||
AUTHENTIK_EMAIL__TIMEOUT=10
|
||||
# Email address authentik will send from, should have a correct @domain
|
||||
AUTHENTIK_EMAIL__FROM=info.suitecoffee@gmail.com
|
||||
Reference in New Issue
Block a user