forked from LiveCarta/LiveCartaMeta
show env
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
import os
|
||||
|
||||
for name, value in os.environ.items():
|
||||
print("{0}: {1}".format(name, value))
|
||||
|
||||
CONFIGS = {
|
||||
'db' : {
|
||||
'name' : os.environ['DB_NAME'],
|
||||
|
||||
Reference in New Issue
Block a user