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
9c6ba243
Commit
9c6ba243
authored
Dec 24, 2018
by
Clint.Network
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'lottery' of
https://github.com/clintnetwork/stratis-guru-v2
into lottery
parents
6453a51a
4ac3a763
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
Program.cs
Stratis.Guru/Program.cs
+1
-0
Stratis.Guru.csproj
Stratis.Guru/Stratis.Guru.csproj
+1
-0
No files found.
Stratis.Guru/Program.cs
View file @
9c6ba243
...
...
@@ -20,6 +20,7 @@ namespace Stratis.Guru
public
static
IWebHostBuilder
CreateWebHostBuilder
(
string
[]
args
)
=>
WebHost
.
CreateDefaultBuilder
(
args
)
.
UseUrls
(
"http://localhost:1989"
)
.
UseSentry
(
"https://ed8ea72e1f6341ae901d96691d9e58a0@sentry.io/1359208"
)
.
UseStartup
<
Startup
>();
}
}
\ No newline at end of file
Stratis.Guru/Stratis.Guru.csproj
View file @
9c6ba243
...
...
@@ -16,6 +16,7 @@
<PackageReference Include="PaulMiami.AspNetCore.Mvc.Recaptcha" Version="1.2.1" />
<PackageReference Include="QRCoder" Version="1.3.3" />
<PackageReference Include="RestSharp" Version="106.5.4" />
<PackageReference Include="Sentry.AspNetCore" Version="1.1.0" />
</ItemGroup>
</Project>
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