This website requires JavaScript.
Explore
RingTools-web
Help
Sign In
mirrors
/
btcpayserver
Watch
1
Star
0
Fork
0
You've already forked btcpayserver
mirror of
https://github.com/btcpayserver/btcpayserver.git
synced
2024-11-19 18:11:36 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
7230a91b4f
btcpayserver
/
BTCPayServer
/
Roles.cs
8 lines
119 B
C#
Raw
Normal View
History
Unescape
Escape
Make first user admin of the website
2017-09-15 12:08:31 +02:00
namespace
BTCPayServer
{
public
class
Roles
{
Adopt dotnet core editorconfig, big reformating
2017-10-27 10:53:04 +02:00
public
const
string
ServerAdmin
=
"ServerAdmin"
;
Make first user admin of the website
2017-09-15 12:08:31 +02:00
}
}
Reference in New Issue
Copy Permalink