Added some info on the .env file to allow codex to read issues on Forgejo
This commit is contained in:
parent
d25dbb291b
commit
72e088c0ad
2 changed files with 11 additions and 1 deletions
5
.env
5
.env
|
|
@ -8,3 +8,8 @@ DEBUG_MODE=true
|
|||
AUTOREPLY_ENABLED=true
|
||||
# Cooldown in seconds
|
||||
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
|
||||
5
.vscode/settings.json
vendored
Normal file
5
.vscode/settings.json
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"python-envs.defaultEnvManager": "ms-python.python:conda",
|
||||
"python-envs.defaultPackageManager": "ms-python.python:conda",
|
||||
"python-envs.pythonProjects": []
|
||||
}
|
||||
Loading…
Reference in a new issue