Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
guru
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DeStream-public
guru
Commits
59a36644
Commit
59a36644
authored
Dec 23, 2018
by
Clint.Network
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move Public Key in Settings
parent
aa9811bd
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
DrawSettings.cs
Stratis.Guru/Settings/DrawSettings.cs
+7
-0
Startup.cs
Stratis.Guru/Startup.cs
+1
-0
No files found.
Stratis.Guru/Settings/DrawSettings.cs
0 → 100644
View file @
59a36644
namespace
Stratis.Guru.Settings
{
public
class
DrawSettings
{
public
string
PublicKey
{
get
;
set
;
}
}
}
\ No newline at end of file
Stratis.Guru/Startup.cs
View file @
59a36644
...
...
@@ -51,6 +51,7 @@ namespace Stratis.Guru
services
.
Configure
<
NakoApiSettings
>(
Configuration
.
GetSection
(
"NakoApi"
));
services
.
Configure
<
FixerApiSettings
>(
Configuration
.
GetSection
(
"FixerApi"
));
services
.
Configure
<
DrawSettings
>(
Configuration
.
GetSection
(
"Draw"
));
services
.
AddMemoryCache
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment