mirror of
https://github.com/woodchen-ink/random-api-go.git
synced 2025-07-17 21:32:01 +08:00
12 lines
408 B
Plaintext
12 lines
408 B
Plaintext
PORT=:5003
|
|
READ_TIMEOUT=30s
|
|
WRITE_TIMEOUT=30s
|
|
MAX_HEADER_BYTES=1048576
|
|
|
|
DATA_DIR=./data
|
|
|
|
OAUTH_CLIENT_ID=your_client_id_here
|
|
OAUTH_CLIENT_SECRET=your_client_secret_here
|
|
|
|
BASE_URL=http://localhost:3000
|