COMPOSE_PROJECT_NAME=ghostfolio-development # CACHE REDIS_HOST=localhost REDIS_PORT=6379 REDIS_PASSWORD=b126659952eb48d08cc9fc9d966903ff # POSTGRES POSTGRES_DB=ghostfolio-db POSTGRES_USER=user POSTGRES_PASSWORD=302653e0a3b94dd2942bc283f269fc62 POSTGRES_PORT=5434 # VARIOUS ACCESS_TOKEN_SALT=34f2558b9a934517a978d69ab501fcfd DATABASE_URL=postgresql://user:302653e0a3b94dd2942bc283f269fc62@localhost:5434/ghostfolio-db?connect_timeout=300&sslmode=prefer JWT_SECRET_KEY=12005231ada14bd1919967473625bec4 # DEVELOPMENT HOST=0.0.0.0 PORT=3333 # Nx 18 enables using plugins to infer targets by default # This is disabled for existing workspaces to maintain compatibility # For more info, see: https://nx.dev/concepts/inferred-tasks NX_ADD_PLUGINS=false