mirror of
https://github.com/usbharu/Hideout.git
synced 2026-08-24 14:43:41 +00:00
doc: LocalStorageConfigにドキュメントを追加
This commit is contained in:
@@ -43,6 +43,13 @@ data class S3StorageConfig(
|
||||
val secretKey: String
|
||||
)
|
||||
|
||||
|
||||
/**
|
||||
* メディアの保存にローカルファイルシステムを使用する際のコンフィグ
|
||||
*
|
||||
* @property path フォゾンする場所へのパス。 /から始めると絶対パスとなります。
|
||||
* @property publicUrl 公開用URL 省略可能 指定するとHideoutがファイルを配信しなくなります。
|
||||
*/
|
||||
@ConfigurationProperties("hideout.storage.local")
|
||||
data class LocalStorageConfig(
|
||||
val path: String,
|
||||
|
||||
Reference in New Issue
Block a user