mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-07-13 16:41:13 +08:00
merge develop/tom
This commit is contained in:
parent
f6411a8a1a
commit
9bb769a2eb
68
.cursorignore
Normal file
68
.cursorignore
Normal file
@ -0,0 +1,68 @@
|
|||||||
|
# Cursor 代码索引忽略(语法与 .gitignore 相同)
|
||||||
|
# 与根目录 .gitignore 对齐;未列出的规则仍以 .gitignore 为准(Git 不索引的路径 Cursor 通常也不关心)
|
||||||
|
|
||||||
|
### OpenIM(与 .gitignore 一致)###
|
||||||
|
logs
|
||||||
|
.devcontainer
|
||||||
|
components
|
||||||
|
out-test
|
||||||
|
Dockerfile.cross
|
||||||
|
|
||||||
|
### 构建产物 ###
|
||||||
|
tmp/
|
||||||
|
bin/
|
||||||
|
output/
|
||||||
|
_output/
|
||||||
|
deployments/charts/generated-configs/
|
||||||
|
|
||||||
|
### 配置与密钥(勿入索引)###
|
||||||
|
.env
|
||||||
|
config/config.yaml
|
||||||
|
config/notification.yaml
|
||||||
|
|
||||||
|
### 部署生成物 ###
|
||||||
|
deployments/openim-server/charts
|
||||||
|
|
||||||
|
### 本地笔记 ###
|
||||||
|
.idea.md
|
||||||
|
.todo.md
|
||||||
|
.note.md
|
||||||
|
|
||||||
|
### 通用备份与临时文件 ###
|
||||||
|
*.bak
|
||||||
|
*.tmp
|
||||||
|
*~
|
||||||
|
dist/
|
||||||
|
|
||||||
|
### VS Code(除团队共享配置外)###
|
||||||
|
.vscode/*
|
||||||
|
!.vscode/settings.json
|
||||||
|
!.vscode/tasks.json
|
||||||
|
!.vscode/launch.json
|
||||||
|
!.vscode/extensions.json
|
||||||
|
|
||||||
|
### Go ###
|
||||||
|
*.exe
|
||||||
|
*.exe~
|
||||||
|
*.dll
|
||||||
|
*.so
|
||||||
|
*.dylib
|
||||||
|
*.test
|
||||||
|
*.out
|
||||||
|
vendor/
|
||||||
|
go.work.sum
|
||||||
|
|
||||||
|
### JetBrains / IDE ###
|
||||||
|
.idea/
|
||||||
|
out/
|
||||||
|
|
||||||
|
### Tags ###
|
||||||
|
TAGS
|
||||||
|
tags
|
||||||
|
gtags.files
|
||||||
|
GTAGS
|
||||||
|
GRTAGS
|
||||||
|
GPATH
|
||||||
|
GSYMS
|
||||||
|
cscope.files
|
||||||
|
cscope.out
|
||||||
@ -7,9 +7,9 @@ secretAccessKey: openIM123
|
|||||||
# Session token for MinIO authentication (optional)
|
# Session token for MinIO authentication (optional)
|
||||||
sessionToken:
|
sessionToken:
|
||||||
# Internal address of the MinIO server
|
# Internal address of the MinIO server
|
||||||
internalAddress: localhost:10005
|
internalAddress: 192.168.1.36:10005
|
||||||
# External address of the MinIO server, accessible from outside. Supports both HTTP and HTTPS using a domain name
|
# External address of the MinIO server, accessible from outside. Supports both HTTP and HTTPS using a domain name
|
||||||
externalAddress: http://external_ip:10005
|
externalAddress: http://192.168.1.36:10005
|
||||||
# Flag to enable or disable public read access to the bucket
|
# Flag to enable or disable public read access to the bucket
|
||||||
publicRead: false
|
publicRead: false
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user