Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
lol-statis
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jozef Bugoš
lol-statis
Commits
4e48c329
Commit
4e48c329
authored
3 years ago
by
Jozef Bugos
Browse files
Options
Downloads
Patches
Plain Diff
trying to fix eurreka
parent
765e4547
No related branches found
Branches containing commit
No related tags found
3 merge requests
!6
Rc
,
!5
Rc
,
!4
Rc
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
docker-compose.yml
+1
-0
1 addition, 0 deletions
docker-compose.yml
src/main/resources/application-dev.properties
+2
-1
2 additions, 1 deletion
src/main/resources/application-dev.properties
src/main/resources/application-prod.properties
+2
-1
2 additions, 1 deletion
src/main/resources/application-prod.properties
with
5 additions
and
2 deletions
docker-compose.yml
+
1
−
0
View file @
4e48c329
...
...
@@ -38,6 +38,7 @@ services:
-
network-eureka
lol-statis
:
image
:
bugosjoz/lol-statistics
container_name
:
statis
ports
:
-
8080:8080
networks
:
...
...
This diff is collapsed.
Click to expand it.
src/main/resources/application-dev.properties
+
2
−
1
View file @
4e48c329
API_KEY
=
RGAPI-3a5704ba-22a3-4c04-942f-dd1ca1b43ba2
management.endpoints.jmx.exposure.exclude
=
info, health
eureka.client.serviceUrl.defaultZone
=
http://peer-1-server:9001/eureka, http://peer-2-server:9002/eureka, http://peer-3-server:9003/eureka
spring.application.name
=
LOL-STATISTICS-DEV
\ No newline at end of file
spring.application.name
=
LOL-STATISTICS-DEV
server.port
=
8080
\ No newline at end of file
This diff is collapsed.
Click to expand it.
src/main/resources/application-prod.properties
+
2
−
1
View file @
4e48c329
API_KEY
=
RGAPI-3a5704ba-22a3-4c04-942f-dd1ca1b43ba2
management.endpoints.jmx.exposure.exclude
=
info, health
eureka.client.serviceUrl.defaultZone
=
http://peer-1-server:9001/eureka, http://peer-2-server:9002/eureka, http://peer-3-server:9003/eureka
spring.application.name
=
LOL-STATISTICS
\ No newline at end of file
spring.application.name
=
LOL-STATISTICS
server.port
=
8080
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment