mirror of
https://github.com/revanced/revanced-releases-api.git
synced 2025-05-02 07:04:28 +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",
|
"ionutvmi.path-autocomplete",
|
||||||
"christian-kohler.path-intellisense",
|
"christian-kohler.path-intellisense",
|
||||||
"donjayamanne.python-extension-pack",
|
"donjayamanne.python-extension-pack",
|
||||||
"ms-python.vscode-pylance",
|
|
||||||
"redhat.vscode-yaml",
|
"redhat.vscode-yaml",
|
||||||
"kevinrose.vsc-python-indent",
|
"kevinrose.vsc-python-indent",
|
||||||
"kevinrose.vsc-python-indent",
|
|
||||||
"bungcip.better-toml",
|
"bungcip.better-toml",
|
||||||
"rangav.vscode-thunder-client",
|
"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