Skip to content

Commit

Permalink
feat(docker-compose): Allow sign up disable in api (#441)
Browse files Browse the repository at this point in the history
Co-authored-by: Alireza Ghassemi <[email protected]>
  • Loading branch information
ravenblackdusk and Alireza Ghassemi authored Jan 6, 2025
1 parent 18374c6 commit 3d849f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ services:
- LAGO_REDIS_CACHE_PASSWORD=${LAGO_REDIS_CACHE_PASSWORD}
- LAGO_DISABLE_SEGMENT=${LAGO_DISABLE_SEGMENT}
- LAGO_DISABLE_WALLET_REFRESH=${LAGO_DISABLE_WALLET_REFRESH}
- LAGO_DISABLE_SIGNUP=${LAGO_DISABLE_SIGNUP:-false}
- LAGO_OAUTH_PROXY_URL=https://proxy.getlago.com
- LAGO_LICENSE=${LAGO_LICENSE:-}
- GOOGLE_AUTH_CLIENT_ID=${GOOGLE_AUTH_CLIENT_ID:-}
Expand Down

0 comments on commit 3d849f5

Please sign in to comment.