-
Notifications
You must be signed in to change notification settings - Fork 7
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
Inclui novas variáveis de ambiente. #196
Merged
Merged
Changes from 4 commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
c71c32a
Muda descricao de OPAC_CACHE_ENABLED
samuelveigarangel 1ec1cd0
Muda nome de arquivo de monitoramento para um nome mais generico
samuelveigarangel b51f7f6
Inclui variaveis faltantes
samuelveigarangel fd17533
Merge branch 'master' into issue-184
samuelveigarangel ff66c41
Adiciona novas variaveis de ambiente conforme default.py
samuelveigarangel 353ea54
Insere variaveis removidas
samuelveigarangel e4340c1
Insere novos caminhos dos arquivos de variavel de ambiente
samuelveigarangel 29bd2e4
Volta com os caminhos antigos das variaveis de ambiente
samuelveigarangel a35636c
Inclui variaveis de ambiente em THUMBNAIL_HEIGHT e THUMBNAIL_WIDTH
samuelveigarangel 49f5a7c
Adiciona novas variaveis de ambiente
samuelveigarangel a19056f
Adiciona novos caminhos de arquivos de variavel de ambiente aos servi…
samuelveigarangel 10350c2
Move variaves de social-media para .flask
samuelveigarangel 45fe2a1
remove OPAC_FORCE_USE_HTTPS_GOOGLE_TAGS
samuelveigarangel 1e366ef
Atribui valor em OPAC_SESSION_COOKIE_DOMAIN
samuelveigarangel 561dec8
Set value for opac_mongodb_host
samuelveigarangel 5709d5c
Remove value for opac_server_name e OPAC_SESSION_COOKIE_DOMAIN
samuelveigarangel 1f1f66f
Remove OPAC_SEND_FILE_MAX_AGE_DEFAULT e OPAC_CACHE_CONTROL_MAX_AGE_HE…
samuelveigarangel 8269e1f
Remove None de user e pass
samuelveigarangel 7df7246
Update
samuelveigarangel dadc97c
Inclui novas variaveis
samuelveigarangel 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 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
This file contains 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
This file contains 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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# ---- APM (Application Performance Monitoring) settings ----- | ||
# ------------------------------------------------------------ | ||
# True or False | ||
OPAC_APM_ENABLED=False | ||
|
||
# Url for APM | ||
OPAC_APM_SERVER_URL= | ||
|
||
# Name for Service. Ex. Website | ||
OPAC_APM_SERVICE_NAME=Website | ||
|
||
# Type of enviroment. Ex: production or local | ||
OPAC_APM_ENVIRONMENT=production | ||
OPAC_APM_SECRET_TOKEN= | ||
|
||
|
||
# ------------------------ SENTRY ---------------------------- | ||
# ------------------------------------------------------------ | ||
# True or False | ||
OPAC_USE_SENTRY=False | ||
OPAC_SENTRY_DSN= |
This file was deleted.
Oops, something went wrong.
This file contains 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
This file contains 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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Show.