refactor: 彻底移除 .env 依赖,配置统一由 config.yaml + 环境变量驱动

This commit is contained in:
hhs
2026-06-14 14:54:55 +08:00
parent d32112e074
commit 4ef1e9f08b
5 changed files with 0 additions and 28 deletions

View File

@@ -17,8 +17,6 @@ services:
context: ./backend
dockerfile: Dockerfile
container_name: camtalk-backend
env_file:
- .env
environment:
- APP_ENV=production
networks: