-
Notifications
You must be signed in to change notification settings - Fork 33
no config.local #1
Comments
Seems like we lost our config.local file file was like this:
I guess it's still possible to recover file by using this search link |
Did his get sorted as i can not find it ether Tryed to make one but it throws errors } dbSettings ={ ionic = { geoNearLimit: 5` |
@krynomore and I worked on this problem. I never tested anything on my machine, but he said that the following config file works (with all content removed but datatypes remaining the same, out of respect for the privacy of @krynomore): module.exports={
"apiPort": 0,
"vkSettings": {
'appId' : 0,
'appSecret' : '',
'language' : ''
},
"chatPageSize": 1,
"emailSettings":{
"from": "",
"email": "",
"port": 0,
"host": "",
"ssl": false
},
"crypto":{
"algorithm": "",
"password": ""
},
"photoCropFactor": 0,
"dbSettings":{
"host": "",
"port": ""
},
"ionic":{
"appId": ""
},
"withoutPolicy": false,
"geoNearLimit": 0
} I believe that I found default values for the "vkSettings" element somewhere on a npmjs.com package after searching for "vkApi". I found https://www.npmjs.com/package/vkapi again today, but it doesn't mention the "language" element and it seems like other content on the page is different from what I remember. |
i'd like to get config.local file to run server side of app
The text was updated successfully, but these errors were encountered: