This commit is contained in:
Owl 2025-02-03 14:37:07 +07:00
parent d0ab7b44ba
commit 25cf9ec7cf
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
services: services:
vpn: vpn:
hostname: vpn
build: build:
context: . context: .
dockerfile: Dockerfile.vpn dockerfile: Dockerfile.vpn

View File

@ -1,7 +1,7 @@
import os import os
TOKEN = os.getenv("TOKEN") TOKEN = os.getenv("TOKEN")
BOORU_API_URL = "http://booru-api:3456/booru" BOORU_API_URL = os.getenv("BOORU_API_URL")
INLINE_QUERY_CACHE_SECONDS = 30 INLINE_QUERY_CACHE_SECONDS = 30
STICKER_SHITHOLE = -1002471390283 STICKER_SHITHOLE = -1002471390283