Skip to content

Heroku ValueError: BSI_CONFIG is not set #17

Answered by ccrsxx
raffiag asked this question in Q&A
Discussion options

You must be logged in to vote

Ini ambil data dari get_from_env atau get_from_heroku. Klo misalnya pake dari config.json ganti dulu di main.py.

Pake settingan config dibawah:

from src import get_from_config

setup = {
    'get': get_from_config,
    'mail': False,
    'verbose': False,
    'cloud': True,
}

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by raffiag
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
bug Something isn't working
2 participants