question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

remove Heroku config

See original GitHub issue

Some 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:closed
  • Created 5 years ago
  • Comments:10 (10 by maintainers)

github_iconTop GitHub Comments

1reaction
nlhkabucommented, Jul 29, 2018

@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 😃

1reaction
dicommented, Jul 28, 2018

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found