Init Gitea
This commit is contained in:
17
.env
Normal file
17
.env
Normal file
@@ -0,0 +1,17 @@
|
||||
OPENAI_API_KEY=sk-proj-lC109tcQFH1uR45E78KCT3BlbkFJ1MejxE8tOVBeujj4bq2Z
|
||||
PORT=8065
|
||||
USER_SESSION_TIMEOUT=14400
|
||||
MYSQL_HOST=127.0.0.1
|
||||
MYSQL_USER=root
|
||||
MYSQL_PASSWD=dqj_1998
|
||||
MYSQL_DATABASE=sisai_world_db
|
||||
MYSQL_POOL_LIMIT=10
|
||||
SMTP_HOST=mail.amipro.me
|
||||
SMTP_PORT=465
|
||||
SMTP_USER=support@amipro.me
|
||||
SMTP_PASS=2@kSK6rGlWvb
|
||||
SMTP_FROM=support@amipro.me
|
||||
REG_LINK_TIMEOUT=15
|
||||
INVITE_LINK_TIMEOUT=20
|
||||
REG_LINK_PREFIX=https://mac.dqj-home.com/user.html?rid=
|
||||
INVITE_LINK_PREFIX=https://mac.dqj-home.com/user.html?nid=
|
||||
Reference in New Issue
Block a user