mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-14 03:41:46 +00:00
fix(api-server): disable api-server as default
This commit is contained in:
@ -14,7 +14,7 @@ export interface APIServerConfig {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export const defaultAPIServerConfig: APIServerConfig = {
|
export const defaultAPIServerConfig: APIServerConfig = {
|
||||||
enabled: true,
|
enabled: false,
|
||||||
hostname: '0.0.0.0',
|
hostname: '0.0.0.0',
|
||||||
port: 26538,
|
port: 26538,
|
||||||
authStrategy: AuthStrategy.AUTH_AT_FIRST,
|
authStrategy: AuthStrategy.AUTH_AT_FIRST,
|
||||||
|
|||||||
Reference in New Issue
Block a user