feat: admin image
This commit is contained in:
6
admin/.env.template
Normal file
6
admin/.env.template
Normal file
@@ -0,0 +1,6 @@
|
||||
MONGODB_URI=mongodb://username:psw@0.0.0.0:27017/?authSource=admin
|
||||
MONGODB_NAME=fastgpt
|
||||
ADMIN_USER=username
|
||||
ADMIN_PASS=password
|
||||
ADMIN_SECRET=any
|
||||
VITE_PUBLIC_SERVER_URL=http://localhost:3001 # 和server.js一致
|
||||
Reference in New Issue
Block a user