Skip to content

Commit

Permalink
Merge pull request #1922 from AmruthPillai/1592-feature-the-possibili…
Browse files Browse the repository at this point in the history
…ty-to-disable-new-sign-ups

🚀 [Feature] Disable new signups through server controlled feature flags
  • Loading branch information
AmruthPillai authored May 29, 2024
2 parents 1191bbc + bf498b5 commit 3f29ca3
Show file tree
Hide file tree
Showing 74 changed files with 4,880 additions and 4,149 deletions.
8 changes: 4 additions & 4 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ STORAGE_BUCKET=default
STORAGE_ACCESS_KEY=minioadmin
STORAGE_SECRET_KEY=minioadmin
STORAGE_USE_SSL=false
STORAGE_SKIP_BUCKET_CHECK=false

# Nx Cloud (Optional)
# NX_CLOUD_ACCESS_TOKEN=
Expand All @@ -54,10 +55,9 @@ STORAGE_USE_SSL=false
# CROWDIN_PROJECT_ID=
# CROWDIN_PERSONAL_TOKEN=

# Flags (Optional)
# DISABLE_EMAIL_AUTH=true
# VITE_DISABLE_SIGNUPS=false
# SKIP_STORAGE_BUCKET_CHECK=false
# Feature Flags (Optional)
# DISABLE_SIGNUPS=false
# DISABLE_EMAIL_AUTH=false

# GitHub (OAuth, Optional)
# GITHUB_CLIENT_ID=
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Setup pnpm
uses: pnpm/[email protected]
with:
version: 9.1.2
version: 9.1.3

- name: Setup Node.js
uses: actions/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .ncurc.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"upgrade": true,
"install": "always",
"packageManager": "pnpm",
"reject": ["eslint", "@reactive-resume/*"]
"reject": ["eslint", "eslint-plugin-unused-imports", "@reactive-resume/*"]
}
Loading

0 comments on commit 3f29ca3

Please sign in to comment.