mirror of
https://github.com/cloudreve/Cloudreve.git
synced 2025-12-25 15:42:47 +00:00
* feat(database): add support for SSL connections and database URL configuration * feat(config): update Redis configuration to use TLS in configurre name instead of SSL * fix(database): remove default values for DatabaseURL and SSLMode in DatabaseConfig * chore(.gitignore): add cloudreve built binary to ignore list
37 lines
421 B
Plaintext
37 lines
421 B
Plaintext
# Binaries for programs and plugins
|
|
*.exe
|
|
*.exe~
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
*.db
|
|
*.bin
|
|
/release/
|
|
application/statics/assets.zip
|
|
|
|
# Test binary, build with `go test -c`
|
|
*.test
|
|
|
|
# Output of the go coverage tool, specifically when used with LiteIDE
|
|
*.out
|
|
|
|
# Development enviroment
|
|
.idea/*
|
|
uploads/*
|
|
temp
|
|
|
|
# Version control
|
|
version.lock
|
|
|
|
# Config file
|
|
*.ini
|
|
conf/conf.ini
|
|
/statik/
|
|
.vscode/
|
|
|
|
dist/
|
|
data/
|
|
tmp/
|
|
.devcontainer/
|
|
cloudreve
|