forked from CyberBloom/CyberBloomBackend
change struct
This commit is contained in:
parent
a493f11331
commit
64cca2cdb1
2
.gitignore
vendored
2
.gitignore
vendored
@ -15,7 +15,7 @@
|
|||||||
|
|
||||||
# Mono auto generated files
|
# Mono auto generated files
|
||||||
mono_crash.*
|
mono_crash.*
|
||||||
|
cyber-boom-files/
|
||||||
# Build results
|
# Build results
|
||||||
[Dd]ebug/
|
[Dd]ebug/
|
||||||
[Dd]ebugPublic/
|
[Dd]ebugPublic/
|
||||||
|
@ -1,25 +1,22 @@
|
|||||||
|
|
||||||
Microsoft Visual Studio Solution File, Format Version 12.00
|
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||||
# Visual Studio Version 17
|
# Visual Studio Version 17
|
||||||
VisualStudioVersion = 17.5.002.0
|
VisualStudioVersion = 17.0.31903.59
|
||||||
MinimumVisualStudioVersion = 10.0.40219.1
|
MinimumVisualStudioVersion = 10.0.40219.1
|
||||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CyberBoom", "CyberBoom.csproj", "{A8F9D7D8-DDA5-479B-8735-00E706A5827F}"
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CyberBoom", "CyberBoom\CyberBoom.csproj", "{A88E5329-6720-412D-9FB7-E7F794A4F065}"
|
||||||
EndProject
|
EndProject
|
||||||
Global
|
Global
|
||||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||||
Debug|Any CPU = Debug|Any CPU
|
Debug|Any CPU = Debug|Any CPU
|
||||||
Release|Any CPU = Release|Any CPU
|
Release|Any CPU = Release|Any CPU
|
||||||
EndGlobalSection
|
EndGlobalSection
|
||||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
|
||||||
{A8F9D7D8-DDA5-479B-8735-00E706A5827F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
|
||||||
{A8F9D7D8-DDA5-479B-8735-00E706A5827F}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
|
||||||
{A8F9D7D8-DDA5-479B-8735-00E706A5827F}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
|
||||||
{A8F9D7D8-DDA5-479B-8735-00E706A5827F}.Release|Any CPU.Build.0 = Release|Any CPU
|
|
||||||
EndGlobalSection
|
|
||||||
GlobalSection(SolutionProperties) = preSolution
|
GlobalSection(SolutionProperties) = preSolution
|
||||||
HideSolutionNode = FALSE
|
HideSolutionNode = FALSE
|
||||||
EndGlobalSection
|
EndGlobalSection
|
||||||
GlobalSection(ExtensibilityGlobals) = postSolution
|
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||||
SolutionGuid = {674E1E42-AF3F-4DDA-A4F1-EDD84025DB24}
|
{A88E5329-6720-412D-9FB7-E7F794A4F065}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||||
|
{A88E5329-6720-412D-9FB7-E7F794A4F065}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||||
|
{A88E5329-6720-412D-9FB7-E7F794A4F065}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||||
|
{A88E5329-6720-412D-9FB7-E7F794A4F065}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||||
EndGlobalSection
|
EndGlobalSection
|
||||||
EndGlobal
|
EndGlobal
|
||||||
|
25
CyberBoom/CyberBoom.sln
Normal file
25
CyberBoom/CyberBoom.sln
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
|
||||||
|
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||||
|
# Visual Studio Version 17
|
||||||
|
VisualStudioVersion = 17.5.002.0
|
||||||
|
MinimumVisualStudioVersion = 10.0.40219.1
|
||||||
|
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CyberBoom", "CyberBoom.csproj", "{A8F9D7D8-DDA5-479B-8735-00E706A5827F}"
|
||||||
|
EndProject
|
||||||
|
Global
|
||||||
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||||
|
Debug|Any CPU = Debug|Any CPU
|
||||||
|
Release|Any CPU = Release|Any CPU
|
||||||
|
EndGlobalSection
|
||||||
|
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||||
|
{A8F9D7D8-DDA5-479B-8735-00E706A5827F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||||
|
{A8F9D7D8-DDA5-479B-8735-00E706A5827F}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||||
|
{A8F9D7D8-DDA5-479B-8735-00E706A5827F}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||||
|
{A8F9D7D8-DDA5-479B-8735-00E706A5827F}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||||
|
EndGlobalSection
|
||||||
|
GlobalSection(SolutionProperties) = preSolution
|
||||||
|
HideSolutionNode = FALSE
|
||||||
|
EndGlobalSection
|
||||||
|
GlobalSection(ExtensibilityGlobals) = postSolution
|
||||||
|
SolutionGuid = {674E1E42-AF3F-4DDA-A4F1-EDD84025DB24}
|
||||||
|
EndGlobalSection
|
||||||
|
EndGlobal
|
@ -1,21 +0,0 @@
|
|||||||
variables:
|
|
||||||
DOCKER_IMAGE_NAME: '$CI_REGISTRY_USER/$CI_COMMIT_BRANCH'
|
|
||||||
|
|
||||||
default:
|
|
||||||
image: docker:latest
|
|
||||||
services:
|
|
||||||
- docker:dind
|
|
||||||
before_script:
|
|
||||||
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
|
|
||||||
|
|
||||||
stages:
|
|
||||||
- build-docker-image
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
build-docker-image:
|
|
||||||
stage: build
|
|
||||||
|
|
||||||
script:
|
|
||||||
- docker build -t '$DOCKER_IMAGE_NAME' .
|
|
||||||
- docker push '$DOCKER_IMAGE_NAME'
|
|
@ -1,11 +0,0 @@
|
|||||||
{"web":
|
|
||||||
{
|
|
||||||
"client_id":"1074677274720-anq59r07nlu1nh7r444pg7llstsu9qp3.apps.googleusercontent.com",
|
|
||||||
"project_id":"charged-mind-237506",
|
|
||||||
"auth_uri":"https://accounts.google.com/o/oauth2/auth",
|
|
||||||
"token_uri":"https://oauth2.googleapis.com/token",
|
|
||||||
"auth_provider_x509_cert_url":"https://www.googleapis.com/oauth2/v1/certs",
|
|
||||||
"client_secret":"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",
|
|
||||||
"redirect_uris":["https://localhost:7223"]
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user