mirror of
https://github.com/koel/koel
synced 2025-01-06 09:48:42 +00:00
5 lines
83 B
TypeScript
5 lines
83 B
TypeScript
const settings: Settings = {
|
|
media_path: '/stub/koel'
|
|
}
|
|
|
|
export default settings
|