From 9670536d0819e0270b51638ef96fcf7601362178 Mon Sep 17 00:00:00 2001 From: Isaac Shoebottom Date: Thu, 19 Sep 2024 10:52:14 -0300 Subject: [PATCH] Add myself as only allowed user --- vencloud/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vencloud/docker-compose.yml b/vencloud/docker-compose.yml index 5f9a928..b04e707 100644 --- a/vencloud/docker-compose.yml +++ b/vencloud/docker-compose.yml @@ -30,7 +30,7 @@ services: - PROXY_HEADER=X-Forwarded-For # If not using a reverse proxy, leave this empty - SIZE_LIMIT=32000000 # The maximum settings backup size in bytes. Default is 32MB. - DISCORD_REDIRECT_URI=https://vencloud.shoebottom.ca/v1/oauth/callback # Under "Redirects", click "Add Redirect" and add your domain with `/v1/oauth/callback` appended to it - - ALLOWED_USERS= # List of Discord user IDs allowed to use the service, separated by commas. + - ALLOWED_USERS=263739756930793472 # List of Discord user IDs allowed to use the service, separated by commas. env_file: - ../stack.env depends_on: