From 72e088c0ad4dae98a665b120f69501aaef2577dc Mon Sep 17 00:00:00 2001 From: milo Date: Wed, 3 Sep 2025 18:06:35 -0400 Subject: [PATCH] Added some info on the .env file to allow codex to read issues on Forgejo --- .env | 7 ++++++- .vscode/settings.json | 5 +++++ 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 .vscode/settings.json diff --git a/.env b/.env index dc51dd2..a3b1d7a 100644 --- a/.env +++ b/.env @@ -7,4 +7,9 @@ SHOW_THINKING_BLOCKS=false DEBUG_MODE=true AUTOREPLY_ENABLED=true # Cooldown in seconds -AUTOREPLY_COOLDOWN=0 \ No newline at end of file +AUTOREPLY_COOLDOWN=0 +# Used for Codex to reach my repo on Forgejo +FORGEJO_URL=https://forgejo.milotech.us +FORGEJO_OWNER=milo +FORGEJO_REPO=AI-Discord-Bot +FORGEJO_TOKEN=e404acfa246e3a8c07c5c15a98f8ac4b7384c3c5 \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..a8c2003 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,5 @@ +{ + "python-envs.defaultEnvManager": "ms-python.python:conda", + "python-envs.defaultPackageManager": "ms-python.python:conda", + "python-envs.pythonProjects": [] +} \ No newline at end of file