From 4032f2a088852ac66b578bac64c89c93b4e85503 Mon Sep 17 00:00:00 2001 From: wukko Date: Thu, 18 May 2023 09:04:41 +0600 Subject: [PATCH] streamsalt is no longer static MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit it’s generated by cobalt on each restart :D --- docker-compose.yml.example | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/docker-compose.yml.example b/docker-compose.yml.example index cfe03ac7..7e2f5a93 100644 --- a/docker-compose.yml.example +++ b/docker-compose.yml.example @@ -11,9 +11,5 @@ services: # Set this to the port in which cobalt will run on - port=9000 # Set this to your instance's URL - - selfURL='https://co.wukko.me' - # Set this to a random SHA-512 hash (you can just paste the output of "head /dev/random | sha512sum") - - streamSalt=PLACEHOLDER - - - + - selfURL='https://co.wukko.me' +