mirror of
https://github.com/koel/koel
synced 2025-01-22 17:25:40 +00:00
6 lines
83 B
TypeScript
6 lines
83 B
TypeScript
|
const settings: Settings = {
|
||
|
media_path: '/stub/koel'
|
||
|
}
|
||
|
|
||
|
export default settings
|