You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
363 B
Bash
21 lines
363 B
Bash
REDIS_PORT=6379
|
|
REDIS_HOST=127.0.0.1
|
|
REDIS_FAMILY=4
|
|
REDIS_DB=0
|
|
# REDIS_PASSWORD=
|
|
|
|
DOC=true
|
|
|
|
CLIENT_URI=https://liulinlin.test.qunsense.com/
|
|
RUST_URI=http://127.0.0.1:8007
|
|
# RUST_URI=http://192.168.1.4:8007
|
|
|
|
MYSQL_HOST=127.0.0.1
|
|
MYSQL_PORT=3306
|
|
MYSQL_USERNAME=api-visitor
|
|
MYSQL_PASSWORD=api-visitor
|
|
MYSQL_DATABASE=api-visitor
|
|
|
|
FACE_API_KEY=x
|
|
FACE_URL=x
|
|
FACE_PORT=x |