8000 fix: remove unused env vars from .env.example by MoShizzle · Pull Request #223 · tillywork/tillywork · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

fix: remove unused env vars from .env.example #223

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 0 additions & 12 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,9 @@ TW_SECRET_KEY=tillywork
TW_ENABLE_QUERY_LOGGING=false
TW_ENABLE_REQ_BODY_LOGGING=false
TW_MAIL_ENABLE=false
TW_MAIL_HOST=
TW_MAIL_PORT=
TW_MAIL_SECURE=
TW_MAIL_USER=
TW_MAIL_PASS=
TW_REDIS_HOST=redis
TW_REDIS_PORT=6379
TW_FILE_STORAGE_TYPE=local
TW_CDN_URL=
TW_AWS_ACCESS_KEY_ID=
TW_AWS_SECRET_ACCESS_KEY=
TW_AWS_REGION=
TW_AWS_S3_BUCKET=
TW_AZURE_CONNECTION_STRING=
TW_AZURE_CONTAINER_NAME=
TW_VITE_API_URL=http://localhost:3000/v1
TW_VITE_DOCS_URL=http://docs.tilly.work
TW_VITE_POSTHOG_KEY=
4 changes: 2 additions & 2 deletions packages/docs/docs/getting-started/using-tillywork.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ docker run --name tillywork -e TW_DB_HOST=host.docker.internal -e TW_DB_NAME=til

### 3. Create an account

Go to `/register` on your instance to create an account. For example, `http://localhost:4200/register`
Go to `/register` on your instance to create an account. For example, `http://localhost/register`

## Docker Compose

Expand Down Expand Up @@ -71,4 +71,4 @@ docker compose -p tillywork up -d

### 4. Create an account

Go to `/register` on your instance to create an account. For example, `http://localhost:4200/register`
Go to `/register` on your instance to create an account. For example, `http://localhost/register`
0