mirror of
https://github.com/revanced/revanced-releases-api.git
synced 2025-05-01 15:04:24 +02:00
change extensions and add env setup file
This commit is contained in:
parent
cab951cab1
commit
cfd57efca3
@ -53,13 +53,13 @@
|
||||
"ionutvmi.path-autocomplete",
|
||||
"christian-kohler.path-intellisense",
|
||||
"donjayamanne.python-extension-pack",
|
||||
"ms-python.vscode-pylance",
|
||||
"redhat.vscode-yaml",
|
||||
"kevinrose.vsc-python-indent",
|
||||
"kevinrose.vsc-python-indent",
|
||||
"bungcip.better-toml",
|
||||
"rangav.vscode-thunder-client",
|
||||
"rohinivsenthil.postcode"
|
||||
"kdcro101.vscode-redis",
|
||||
"cweijan.vscode-database-client2",
|
||||
"phu1237.vs-browser"
|
||||
]
|
||||
}
|
||||
},
|
||||
|
11
env.sh
Normal file
11
env.sh
Normal file
@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
|
||||
# This script is used to setup the environment variables
|
||||
|
||||
export GITHUB_TOKEN=your_token
|
||||
export UVICORN_HOST=0.0.0.0
|
||||
export UVICORN_PORT=8000
|
||||
export UVICORN_LOG_LEVEL=debug
|
||||
export REDIS_URL=127.0.0.1
|
||||
export REDIS_PORT=6379
|
||||
export SENTRY_DSN=your_sentry_dsn
|
Loading…
x
Reference in New Issue
Block a user