Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
config-server-template
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
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
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
semestres
2022.1
config-server-template
Commits
d3d54110
Commit
d3d54110
authored
2 years ago
by
Fernando Ferreira de Lima Filho
Browse files
Options
Downloads
Patches
Plain Diff
account service with .yml
parent
94f40f5e
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
config/account-service/application.properties
+4
-0
4 additions, 0 deletions
config/account-service/application.properties
config/account-service/application.yml
+0
-12
0 additions, 12 deletions
config/account-service/application.yml
with
4 additions
and
12 deletions
config/account-service/application.properties
0 → 100644
+
4
−
0
View file @
d3d54110
server.port
=
8200
eureka.client.service-url.defaultZone
=
http://eureka-service:8761/eureka/
spring.application.name
=
account-service
spring.application.data.mongodb.uri
:
mongodb://mongo-db-account:27017/db
\ No newline at end of file
This diff is collapsed.
Click to expand it.
config/account-service/application.yml
deleted
100644 → 0
+
0
−
12
View file @
94f40f5e
server
:
port
:
8200
eureka
:
client
:
service-url
:
defaultZone
:
http://eureka-service:8761/eureka/
spring
:
application
:
name
:
account-service
data
:
mongodb
:
uri
:
mongodb://mongo-db-account:27017/db
\ 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