From 24bc04d4703c6e440174810dc4cf7e9a82bd12ae Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Tue, 14 Sep 2021 05:51:09 +0200 Subject: [PATCH] fd --- env | 7 ++++--- setup | 5 +++-- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/env b/env index 1e7849c8af..57056beb95 100644 --- a/env +++ b/env @@ -29,10 +29,11 @@ export READ_ONLY="0" export BOT_DISABLE="0" export COINS_NAME="Dramacoins" export DEFAULT_TIME_FILTER="all" -export DEFAULT_THEME="dark" -export DEFAULT_COLOR="ff66ac #YOU HAVE TO PICK ONE OF THOSE COLORS OR SHIT WILL BREAK: ff66ac, 805ad5, 62ca56, 38a169, 80ffff, 2a96f3, eb4963, ff0000, f39731, 30409f, 3e98a7, e4432d, 7b9ae4, ec72de, 7f8fa6, f8db58" export SLOGAN="Dude bussy lmao" export GUMROAD_TOKEN="3435tdfsdudebussylmaoxxt43" export GUMROAD_LINK="https://marsey1.gumroad.com/l/tfcvri" export CARD_VIEW="1" -export DISABLE_DOWNVOTES="0" \ No newline at end of file +export DISABLE_DOWNVOTES="0" +export DEFAULT_THEME="dark" +export DEFAULT_COLOR="ff66ac" +// YOU HAVE TO PICK ONE OF THOSE COLORS OR SHIT WILL BREAK: ff66ac, 805ad5, 62ca56, 38a169, 80ffff, 2a96f3, eb4963, ff0000, f39731, 30409f, 3e98a7, e4432d, 7b9ae4, ec72de, 7f8fa6, f8db58 \ No newline at end of file diff --git a/setup b/setup index b7843605eb..60513dc3ff 100644 --- a/setup +++ b/setup @@ -13,5 +13,6 @@ sudo apt -y install python3-pip sudo pip3 install -r requirements.txt sudo apt -y install gunicorn tmux -. ./env -sudo gunicorn files.__main__:app -k gevent -w 2 --reload -b 0.0.0.0:80 --reload-extra-file ./files/templates/ --max-requests 10000 --max-requests-jitter 500 \ No newline at end of file +cp ./env /env +. /env +gunicorn files.__main__:app -k gevent -w 2 --reload -b 0.0.0.0:80 --reload-extra-file ./files/templates/ --max-requests 10000 --max-requests-jitter 500 \ No newline at end of file