From 06d7e9d7958655f719b57329bce91fedd0df1924 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Sat, 7 Aug 2021 02:30:36 +0200 Subject: [PATCH] useless file --- src/application.yml | 41 ----------------------------------------- 1 file changed, 41 deletions(-) delete mode 100644 src/application.yml diff --git a/src/application.yml b/src/application.yml deleted file mode 100644 index 3fb2d76..0000000 --- a/src/application.yml +++ /dev/null @@ -1,41 +0,0 @@ -server: # REST and WS server - port: 2333 - address: 0.0.0.0 -lavalink: - server: - password: youshallnotpass - sources: - youtube: true - bandcamp: true - soundcloud: true - twitch: true - vimeo: true - http: true - local: false - bufferDurationMs: 400 - youtubePlaylistLoadLimit: 6 # Number of pages at 100 each - playerUpdateInterval: 5 # How frequently to send player updates to clients, in seconds - youtubeSearchEnabled: true - soundcloudSearchEnabled: true - gc-warnings: false - ratelimit: - retryLimit: 3 # -1 = use default lavaplayer value | 0 = infinity | >0 = retry will happen this numbers times - -metrics: - prometheus: - enabled: false - endpoint: /metrics - -sentry: - dsn: "" - environment: "" - -logging: - file: - max-history: 30 - max-size: 10MB - path: ./logs/ - - level: - root: INFO - lavalink: INFO