diff --git a/.env.docker.sample b/.env.docker.sample index 2b82918..3d5a382 100644 --- a/.env.docker.sample +++ b/.env.docker.sample @@ -7,4 +7,5 @@ DB_AUTH_PORT=5432 DB_AUTH_SSLMODE=disable DATABASE_URL=postgres://${DB_AUTH_USER}:${DB_AUTH_PASSWORD}@${DB_AUTH_HOST}:${DB_AUTH_PORT}/${DB_AUTH_NAME} ENABLE_REGISTRATION=true -ALLOWED_ORIGINS="http://textsender.com" +ALLOWED_ORIGINS="http://textsender.com,http://localhost:5173,http://localhost:9080" +APP_ENV=production diff --git a/.env.local.sample b/.env.local.sample index c76597b..eb17ac6 100644 --- a/.env.local.sample +++ b/.env.local.sample @@ -7,4 +7,5 @@ DB_AUTH_PORT=5432 DB_AUTH_SSLMODE=disable DATABASE_URL=postgres://${DB_AUTH_USER}:${DB_AUTH_PASSWORD}@${DB_AUTH_HOST}:${DB_AUTH_PORT}/${DB_AUTH_NAME} ENABLE_REGISTRATION=true -ALLOWED_ORIGINS="http://textsender.com" +ALLOWED_ORIGINS="http://textsender.com,http://localhost:5173,http://localhost:9080" +APP_ENV=production