Added config-dev.js exemple

This commit is contained in:
dig 2021-08-30 19:12:49 +02:00
parent 2322823075
commit fb1ffa062d
2 changed files with 9 additions and 1 deletions

8
config-dev.js Normal file
View File

@ -0,0 +1,8 @@
export default {
dataDir: './data'
, providers: {
cryptocompare: {
apiKey: ''
}
}
}

View File

@ -1,5 +1,5 @@
export default {
dataDir: './data'
dataDir: '/var/www/tv.devingfx.com/data'
, providers: {
cryptocompare: {
apiKey: ''