issues
search
exchangeproject
/
exchange
Lykke Blockchain integration for Skycoin (Python)
0
stars
0
forks
source link
fixes #121 - Removed libskycoin_path from settings.py
#125
Closed
stdevOzkar
closed
6 years ago
stdevOzkar
commented
6 years ago
Removed LIBSKYCOIN_PATH
Splitted
settings.py
in the three possible scenarios:
Dev
,
Production
and
Testing
Used and uuid for the
MONGO_DBNAME
var in
Testing
env ensuring concurrent tests.
Production
settings are blank for future refereces. Refs #121 close #121
settings.py
in the three possible scenarios: Dev, Production and TestingMONGO_DBNAME
var in Testing env ensuring concurrent tests.