扫码登录,获取cookies
This commit is contained in:
6
frontend/.env.example
Normal file
6
frontend/.env.example
Normal file
@@ -0,0 +1,6 @@
|
||||
FLASK_ENV=development
|
||||
FLASK_DEBUG=True
|
||||
SECRET_KEY=your-secret-key-here
|
||||
API_BASE_URL=http://localhost:8000
|
||||
AUTH_BASE_URL=http://localhost:8001
|
||||
SESSION_TYPE=filesystem
|
||||
Reference in New Issue
Block a user