Document how to set environment variable for connection string in Linux
See original GitHub issueRight now it is Azure:SignalR:ConnectionString
, which is not convenient for Linux users. Because :
is not allowed in environment variable.
Issue Analytics
- State:
- Created 5 years ago
- Comments:11 (5 by maintainers)
Top Results From Across the Web
How to Set an Environment Variable in Linux
For the changes to take effect, use the command source /etc/environment . /etc/profile – Variables set in this file are read whenever a...
Read more >How to Set Environment Variables in Linux
Set an environment variable in Linux by following this short tutorial. Learn how to view and manage a list of environment variables.
Read more >How to correctly store connection strings in environment ...
I am working on an ASP.NET Core MVC application and I am having an issue with my connection strings. I have an ASPNETCORE_ENVIRONMENT...
Read more >Configure environment variables for SQL Server on Linux
This article describes how to use environment variables to configure specific SQL Server settings on Linux.
Read more >Read the database connection string and other secrets ...
To read the connection string from an environment variable. Add the builders to the Startup.cs file public Startup(IConfiguration configuration, ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Neat, thanks!
That’s because
;
is a statement terminator in zsh, just like in languages like C#. So ZSH stopped parsing at the first;
. If you quote the string, you should be able to avoid that: