This website requires JavaScript.
Explore
Help
Sign In
greyn
/
_template-service
Template
Watch
2
Star
0
Fork
0
You've already forked _template-service
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
063a8fd945
_template-service
/
Configuration.cs
7 lines
122 B
C#
Raw
Normal View
History
Unescape
Escape
ok, we set up template manually. hint: rg -i -l REPO_NAME > .gitea/template and then add $REPO_NAME.csproj, rg checks contents.
2024-12-13 14:47:34 -05:00
namespace
$
REPO_NAME
it's going to be a dotnet service, let's be real. and you're getting a database, if you don't like it remove it.
2024-12-13 14:30:08 -05:00
{
public
class
Configuration
{
public
string
DBConnectionString
{
get
;
set
;
}
}
}
Reference in New Issue
Copy Permalink