mirror of
https://github.com/woodchen-ink/aimodels-prices.git
synced 2025-07-18 05:32:00 +08:00
8 lines
350 B
Plaintext
8 lines
350 B
Plaintext
PORT=8080
|
|
GIN_MODE=debug
|
|
OAUTH_CLIENT_ID=your_client_id_here
|
|
OAUTH_CLIENT_SECRET=your_client_secret_here
|
|
OAUTH_REDIRECT_URI=https://aimodels-prices.q58.pro/api/auth/callback
|
|
OAUTH_AUTHORIZE_URL=https://connect.q58.pro/oauth/authorize
|
|
OAUTH_TOKEN_URL=https://connect.q58.pro/api/oauth/access_token
|
|
OAUTH_USER_URL=https://connect.q58.pro/api/oauth/user |