https://linen.dev logo
c

Corrensa

04/23/2021, 8:57 PM
Sorry I'm some how confused,  When i have defined spec.json , also there is config.json. But all the specs in spec.json are provided by the user in the UI. Will it be automatically saved to config.json?. Because it is the one parsed in implementation, i some saved manually the configuration then where are the configuration provided in the UI saved?
u

user

04/23/2021, 9:07 PM
spec.json
specifies the specification of the config file using JSONSchema. A
config.json
file is the actual settings/credentials. For example,
spec.json
might say that we need a field called
API_KEY
. On the other side,
config.json
would actually provide the
API_KEY
.
u

user

04/23/2021, 9:35 PM
Where are the values provided in the UI saved
u

user

04/23/2021, 10:11 PM
They’re saved onto a Docker volume that is mounted for the connector’s image
u

user

04/23/2021, 10:13 PM
okay thanks, i was in misconception, prompted to leave the config empty thinking i will use those vals.
2 Views