From c3063e2ae6689500f4440e39a62693f4f6a9cb4b Mon Sep 17 00:00:00 2001 From: shoopea Date: Sun, 7 Nov 2021 00:17:20 +0800 Subject: [PATCH] update --- Dockerfile | 2 +- config.sample.json | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Dockerfile b/Dockerfile index 0e97aaa..a9991da 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,7 +17,7 @@ RUN apk add --no-cache \ WORKDIR /app/ # Copy the Pre-built binary file from the previous stage -COPY --from=builder /app/gotdadd . +COPY --from=builder /app/gottdad . # Command to run the executable CMD ["./gotdadd"] \ No newline at end of file diff --git a/config.sample.json b/config.sample.json index c021423..414f2ec 100644 --- a/config.sample.json +++ b/config.sample.json @@ -1,13 +1,13 @@ { "server":{ - "addr":"heidi.siteop.biz:3977", - "passwd":"plop" + "addr":"localhost:3977", + "passwd":"passwd" }, "telegram":{ - "admin_id":32173684, - "chat_id":-436055948, + "admin_id":1, + "chat_id":-1, "url":"https://api.telegram.org", - "token":"954090437:AAEMYeUWGluKZRwXi_K3-T23ZVpFoqQAmu0" + "token":"" }, "game":{ "daily_allotment":1200000000000,