From 5337742976d47b1e58e7ac8548d2423f4fd47b0c Mon Sep 17 00:00:00 2001 From: Brendan Hansen Date: Mon, 3 Apr 2023 01:40:45 +0000 Subject: [PATCH] updated default.py --- config/__pycache__/default.cpython-38.pyc | Bin 128 -> 232 bytes config/default.py | 8 +++----- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/config/__pycache__/default.cpython-38.pyc b/config/__pycache__/default.cpython-38.pyc index 536f02b53fe7dc538594be0b217f7ca5c9b5b278..998e5c99b1ef2b168fd70e5c4af9d12b25e118b0 100644 GIT binary patch delta 179 zcmZo*e8I>Y%FD~e00a?Ix=Fbcd1dPbfSeSDD25cqD8>|~D5ezVUV@E Y{5}0bRx%VZ0u>c8PTZ-+`Wd7d0DS8a0ssI2 diff --git a/config/default.py b/config/default.py index 2561dcb..ba135a4 100644 --- a/config/default.py +++ b/config/default.py @@ -1,5 +1,3 @@ -DOMAIN_NAME="http://localhost:5000" - -ENDPOINT="/../" - -ONYX_SOURCE_FOLDER="/home/brendan/dev/onyx" +DOMAIN_NAME="https://onyxlang.io/playground" +ENDPOINT="/playground" +ONYX_SOURCE_FOLDER="/var/www/onyx-live/" -- 2.25.1