-
Beta Was this translation helpful? Give feedback.
Answered by
ccrsxx
Sep 13, 2022
Replies: 1 comment
-
Ini ambil data dari Pake settingan config dibawah: from src import get_from_config
setup = {
'get': get_from_config,
'mail': False,
'verbose': False,
'cloud': True,
} |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
raffiag
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ini ambil data dari
get_from_env
atauget_from_heroku
. Klo misalnya pake dariconfig.json
ganti dulu dimain.py
.Pake settingan config dibawah: