azure deploy

This commit is contained in:
ValueOn AG 2025-05-02 00:22:33 +02:00
parent f6da59d98c
commit 8abfc88470

View file

@ -1,25 +0,0 @@
# Playground Environment Configuration
# System Configuration
APP_ENV_TYPE = play
APP_ENV_LABEL = Playground Instance
APP_CALL=uvicorn app:app --host 0.0.0.0 --port 8000
# Database Configuration System
DB_SYSTEM_HOST=/home/_powerondb
DB_SYSTEM_DATABASE=system
DB_SYSTEM_USER=dev_user
DB_SYSTEM_PASSWORD_SECRET=prod_password
# Database Configuration LucyDOM
DB_LUCYDOM_HOST=/home/_powerondb
DB_LUCYDOM_DATABASE=lucydom
DB_LUCYDOM_USER=dev_user
DB_LUCYDOM_PASSWORD_SECRET=prod_password
# Security Configuration
APP_JWT_SECRET_SECRET=dev_jwt_secret_token
APP_TOKEN_EXPIRY=300
# CORS Configuration
APP_ALLOWED_ORIGINS="http://localhost:8080","http://localhost:3000"