-
Notifications
You must be signed in to change notification settings - Fork 1
feat Chave API Bearer para endpoint e atualização de Dockerfile funcionando em 2025 #1
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
Open
kalilfagundes
wants to merge
13
commits into
juliolmuller:main
Choose a base branch
from
kalilfagundes:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 10 commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
4a2f121
Rename docker-compose.yml to docker-compose.yaml
kalilfagundes 4f49fc4
Update Dockerfile
kalilfagundes 3bb12f7
Update Dockerfile
kalilfagundes d296e64
Update Dockerfile
kalilfagundes 4d8c34c
Update Dockerfile
kalilfagundes 5578c08
Update Dockerfile
kalilfagundes cac7344
Dockerfile funcionando
kalilfagundes ff0d04e
Update Dockerfile
kalilfagundes 88a83ed
Dockerfile funcionando, + python com requests, pandas e numpy
kalilfagundes 4e70d63
feat: adiciona autenticação com API key e documentação completa
36ed75c
Update .env.example
kalilfagundes 65f8c98
Update Dockerfile
kalilfagundes 61a4a99
Update .env.example
kalilfagundes File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,9 @@ | ||
| NODE_ENV="development" | ||
| PORT=4444 | ||
|
|
||
| # API Key para autentica��o (opcional) | ||
| # Se n�o estiver configurada, a API aceitar� requisi��es sem autentica��o | ||
| API_KEY="sua_api_key_secreta_aqui" | ||
|
|
||
| SANDBOX_DIR="/tmp/sandbox" | ||
| SANDBOX_TIMEOUT=10000 | ||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.