remove Heroku config
See original GitHub issueSome configuration files seem to refer to Heroku, and as far as I understand, we no longer have any Heroku dependencies. Am I wrong?
I did a git grep
and found that we should look at:
-
bin/post_compile
- a TODO note in
bin/redis-tls
-
config/nginx.conf.erb
-
vcl/main.vcl
-
runtime.txt
- documentation in
docs/application.rst
Issue Analytics
- State:
- Created 5 years ago
- Comments:10 (10 by maintainers)
Top Results From Across the Web
Configuration and Config Vars - Heroku Dev Center
On Heroku, you use config vars. Managing config vars. Whenever you set or remove a config var using any method, your app is...
Read more >heroku config - cli - GitHub
Any variables added/removed/changed will be updated on the app after saving and closing the file. EXAMPLES # edit with vim $ EDITOR="vim" heroku...
Read more >endpoint to call to DELETE config-vars using heroku API
working on a project and using heroku API for my project, Can't seem to find the endpoint/url to fetch a single app or...
Read more >remove heroku config vars - Code Examples & Solutions For ...
remove heroku config vars ; 1. USAGE ; 2. $ heroku ci:config:unset ; 3. ; 4. OPTIONS ; 5. -a, --app=app app...
Read more >Heroku Config Vars Set, Change, Add, Remove Commands
Heroku Config Vars Commands · To SET/ADD a new config var value: · To DISPLAY/VIEW/GET current config var values: · To REMOVE/DELETE a...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@sk1u in case you didn’t know: you can automatically close the issue when the PR is merged with GitHub keywords.
This makes it easier for us to manage our issue tracker and keep track of what’s been fixed.
Thanks again for your PR! Let me know if there is another issue you are interested in working on 😃
I think most of this was done in https://github.com/pypa/warehouse/pull/4330, but it would be good to double check that we got everything.