Skip to content

Instantly share code, notes, and snippets.

@fishyer
Last active June 24, 2024 03:27
Show Gist options
  • Save fishyer/3416fe927b280d736dbe866f25893f84 to your computer and use it in GitHub Desktop.
Save fishyer/3416fe927b280d736dbe866f25893f84 to your computer and use it in GitHub Desktop.
Cloudreve配置
; gist https://gist.github.com/fishyer/3416fe927b280d736dbe866f25893f84
[System]
Debug = false
Mode = master
Listen = :5212
SessionSecret = dfvlzfygqtcchkcpczhmlhioxlspmivmnltnqyjdhpnyrukqmcnlimezrlezccny
HashIDSalt = xqjexrhngemjqfgwtvyhiinftoehpowqlarxoqibnaebsigjgpzaizaxkxncijhd
ProxyHeader = X-Forwarded-For
[Database]
Type = mysql
Port = $MYSQL_PORT
User = $MYSQL_USER
Password = $MYSQL_PASSWORD
Host = $MYSQL_HOST
Name = v3
TablePrefix = cd
Charset = utf8mb4
# End of /conf.ini
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment