feat:重构UI
This commit is contained in:
@@ -5,7 +5,7 @@ API_PORT=8000
|
||||
DEBUG=true
|
||||
|
||||
# Database
|
||||
DATABASE_URL=postgresql+asyncpg://postgres:postgres@localhost:5432/translator
|
||||
DATABASE_URL=mysql+aiomysql://root:root@localhost:3306/translator
|
||||
|
||||
# Redis
|
||||
REDIS_URL=redis://localhost:6379/0
|
||||
|
||||
Reference in New Issue
Block a user