Skip to content

Commit

Permalink
Merge branch 'master' into en-dash-versions-range
Browse files Browse the repository at this point in the history
  • Loading branch information
zefir-git authored Oct 1, 2024
2 parents 5d02c8c + 28b6bf8 commit 030ed77
Show file tree
Hide file tree
Showing 161 changed files with 6,808 additions and 2,924 deletions.
10 changes: 7 additions & 3 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ REDIS_MAX_CONNECTIONS=10000
BIND_ADDR=127.0.0.1:8000
SELF_ADDR=http://127.0.0.1:8000

MODERATION_DISCORD_WEBHOOK=
MODERATION_SLACK_WEBHOOK=
PUBLIC_DISCORD_WEBHOOK=
CLOUDFLARE_INTEGRATION=false

Expand Down Expand Up @@ -84,6 +84,7 @@ SMTP_HOST=none

SITE_VERIFY_EMAIL_PATH=none
SITE_RESET_PASSWORD_PATH=none
SITE_BILLING_PATH=none

BEEHIIV_PUBLICATION_ID=none
BEEHIIV_API_KEY=none
Expand All @@ -97,6 +98,9 @@ CLICKHOUSE_DATABASE=staging_ariadne

MAXMIND_LICENSE_KEY=none

PAYOUTS_BUDGET=100
FLAME_ANVIL_URL=none

FLAME_ANVIL_URL=none
STRIPE_API_KEY=none
STRIPE_WEBHOOK_SECRET=none

ADITUDE_API_KEY=none
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

# Start Docker Compose
- name: Start Docker Compose
run: docker-compose up -d
run: docker compose up -d

- name: Install cargo tarpaulin
uses: taiki-e/install-action@cargo-tarpaulin
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

# Start Docker Compose
- name: Start Docker Compose
run: docker-compose up -d
run: docker compose up -d

- uses: actions-rs/toolchain@v1
name: Install toolchain
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 030ed77

Please sign in to comment.