Skip to content

Commit 1b69a07

Browse files
committed
chore: simplify .env
1 parent 9fe626e commit 1b69a07

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,13 @@ git clone --branch v0.10.0 --depth 1 https://github.com/vllm-project/vllm.git se
8383
Now set up your secrets in the `.env` file.
8484
See a template below.
8585

86+
Fast mode:
87+
88+
```bash
89+
cd <<the name of the generated folder which you have chosen as a project name>>
90+
./generate-env.sh
91+
```
92+
8693
```
8794
ROOT_DOMAIN=llminabox.geoheil.com
8895
CLOUDFLARE_IPS=173.245.48.0/20,103.21.244.0/22,103.22.200.0/22,103.31.4.0/22,141.101.64.0/18,108.162.192.0/18,190.93.240.0/20,188.114.96.0/20,197.234.240.0/22,198.41.128.0/17,162.158.0.0/15,104.16.0.0/13,104.24.0.0/14,172.64.0.0/13,131.0.72.0/22

{{cookiecutter.project_slug}}/generate-env.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ generate_password() {
2828
# Start with template
2929
cat > .env << 'EOF'
3030
# Domain configuration
31-
ROOT_DOMAIN=project.docker # see LOCALDNS.md for more information
31+
ROOT_DOMAIN=llminabox.geoheil.com
32+
# ROOT_DOMAIN=project.docker # see LOCALDNS.md for more information
3233
CLOUDFLARE_IPS=173.245.48.0/20,103.21.244.0/22,103.22.200.0/22,103.31.4.0/22,141.101.64.0/18,108.162.192.0/18,190.93.240.0/20,188.114.96.0/20,197.234.240.0/22,198.41.128.0/17,162.158.0.0/15,104.16.0.0/13,104.24.0.0/14,172.64.0.0/13,131.0.72.0/22
3334
LOCAL_IPS=127.0.0.1/32,10.0.0.0/8,192.168.0.0/16,172.16.0.0/12
3435
TZ=UTC

0 commit comments

Comments
 (0)