6f6879dfab
1.增加更多的模型供应商
6 lines
153 B
Bash
6 lines
153 B
Bash
POSTGRES_USER=postgres
|
|
POSTGRES_PASSWORD=postgrespassword
|
|
POSTGRES_HOST=127.0.0.1
|
|
POSTGRES_PORT=5432
|
|
POSTGRES_DB=kilostar
|
|
SECRET_KEY=mysecretkey123456789 |