21 Star 193 Fork 0

GVPSonicCloudOrg / sonic-server

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.env 913 Bytes
一键复制 编辑 原始数据 按行查看 历史
ZhouYixun 提交于 2023-03-16 23:30 . feat: simplify dev config
################################################
# Do you need any help? #
# Visit https://sonic-cloud.cn/deploy #
################################################
##################
# Service Config #
##################
SONIC_SERVER_HOST=192.168.1.1
SONIC_SERVER_PORT=3000
SONIC_EUREKA_USERNAME=sonic
SONIC_EUREKA_PASSWORD=sonic
SONIC_EUREKA_PORT=8761
################
# MySQL Config #
################
MYSQL_HOST=192.168.1.1
MYSQL_PORT=3306
MYSQL_DATABASE=sonic
MYSQL_USERNAME=root
MYSQL_PASSWORD=sonic
################
# User Config #
################
SECRET_KEY=sonic
EXPIRE_DAY=14
PERMISSION_ENABLE=true
PERMISSION_SUPER_ADMIN=sonic
REGISTER_ENABLE=true
NORMAL_USER_ENABLE=true
LDAP_USER_ENABLE=false
LDAP_USER_ID=cn
LDAP_BASE_DN=ou=users
LDAP_BASE=ou=system
LDAP_USERNAME=uid=admin,ou=system
LDAP_PASSWORD=sonic
LDAP_URL=ldap://192.168.1.1:10389
LDAP_OBJECT_CLASS=person
Java
1
https://gitee.com/sonic-cloud/sonic-server.git
git@gitee.com:sonic-cloud/sonic-server.git
sonic-cloud
sonic-server
sonic-server
main

搜索帮助

53164aa7 5694891 3bd8fe86 5694891