Files
audiobookshelf/.devcontainer/dev.js
2023-04-04 12:10:45 -04:00

9 lines
292 B
JavaScript

// Using port 3333 is important when running the client web app separately
const Path = require('path')
module.exports.config = {
Port: 3333,
ConfigPath: Path.resolve('config'),
MetadataPath: Path.resolve('metadata'),
FFmpegPath: '/usr/bin/ffmpeg',
FFProbePath: '/usr/bin/ffprobe'
}