Skip to content
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
4 changes: 0 additions & 4 deletions .env-cmdrc-template
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
"dev": {
"ENV": "DEV",
"PORT": "3000",
"SENDGRID_API_KEY": "[SENDGRID_API_KEY]",
"SENDGRID_MAIL_FROM": "no-reply@switcherapi.com",
"SENDGRID_CONFIRMATION_TEMPLATE": "[SENDGRID_CONFIRMATION_TEMPLATE]",
"SENDGRID_RECOVERY_TEMPLATE": "[SENDGRID_RECOVERY_TEMPLATE]",
"MONGODB_URI": "mongodb://mongodb:27017/switcher-api",
"RESOURCE_SECRECT": "admin",
"JWT_SECRET": "[JWT_SECRET]",
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
SWITCHER_API_LOGGER: false

- name: SonarCloud Scan
uses: sonarsource/sonarqube-scan-action@v5.0.0
uses: sonarsource/sonarqube-scan-action@v5.2.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ Signing up an account to use Switcher API with an email/password or linking it t
- **Singing up via email** - Admin: /admin/signup [POST]
- **Singing up via GitHub** - Admin: /admin/github/auth?code= [POST]
- **Singing up via Bitbucket** - Admin: /admin/bitbucket/auth?code= [POST]
- **Access confirmation** - Admin: /admin/signup/authorization?code= [POST]

### Domain
Domains are responsible for centralizing all settings and configurations.<br>
Expand Down
4 changes: 0 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,6 @@ services:
- SSL_CERT=${SSL_CERT}

- MONGODB_URI=${MONGODB_URI}
- SENDGRID_API_KEY=${SENDGRID_API_KEY}
- SENDGRID_MAIL_FROM=${SENDGRID_MAIL_FROM}
- SENDGRID_CONFIRMATION_TEMPLATE=${SENDGRID_CONFIRMATION_TEMPLATE}
- SENDGRID_RECOVERY_TEMPLATE=${SENDGRID_RECOVERY_TEMPLATE}
- RESOURCE_SECRET=${RESOURCE_SECRET}
- JWT_SECRET=${JWT_SECRET}
- JWT_ADMIN_TOKEN_RENEW_INTERVAL=${JWT_ADMIN_TOKEN_RENEW_INTERVAL}
Expand Down
Loading