Deploy .Net with secrets.json
I'm trying to deploy an application, and the site's json format doesn't allow it, I would like to know an alternative
9 Replies
Project ID:
52e775b0-4f8a-4745-a291-5d533dd38df7
Going to need some more info on this. What do you mean by "the site's json format doesn't allow it"?
@Adam
The values of your Connectionstrings and externalservices must be strings, not dictionaries
I believe they can be lists as well
but definitely not dictionaries
What do you need this for? Is this some sort of configuration?
Yes, I need it for my database connection, and some things specific to my application
that json input is only for environmental variables in the format
Any alternatives for me to use?
use environment variables
in this format
Okay, I'll have to change here in the code how some things work, thank you