Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
C
Config server Skyid
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ahmed Aboulkanatir
Config server Skyid
Commits
e7855ed2
Commit
e7855ed2
authored
May 17, 2024
by
Ahmed Aboulkanatir
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Config Server v1.0000
parents
Pipeline
#558
failed with stages
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
62 additions
and
0 deletions
+62
-0
discovery.yml
discovery.yml
+10
-0
gateway.yml
gateway.yml
+52
-0
No files found.
discovery.yml
0 → 100644
View file @
e7855ed2
eureka
:
instance
:
hostname
:
localhost
client
:
register-with-eureka
:
false
fetch-registry
:
false
service-url
:
defaultZone
:
http://${eureka.instance.hostname}:${server.port}/eureka/
server
:
port
:
8761
gateway.yml
0 → 100644
View file @
e7855ed2
eureka
:
client
:
register-with-eureka
:
false
server
:
port
:
8222
spring
:
application
:
name
:
gateway
cloud
:
gateway
:
discovery
:
locator
:
enabled
:
true
routes
:
-
id
:
analyse-document
uri
:
http://localhost:8050
predicates
:
-
Path=/analyse
-
id
:
getParameter
uri
:
http://192.168.1.41:8081
predicates
:
-
Path=/get_parameters
management
:
tracing
:
sampling
:
probability
:
1.0
token
:
config
:
path
:
"
{cipher}7d0127be7ae77388e06765e9730609005e2d51110d479ec7d79289d70b36d1a1cfd93efda0efe3d0f7a89a3f50dcd9867a374824b456af1da6fbcdf28956c022f344637efad4f9ceee9bd707309227d1"
scope
:
config
:
path
:
"
{cipher}82ee1551fdf6d53afa5eade33551b4b795deeaeda8424ebb37f2d5d37a68bc8f26fa13e676c9bee172d6fd00aec517b82230596f46c1b8e669311e3ac4a7cc754931b51d975593c90ba4c0e03b8b57459e5d6b7402153376d2fca78711f2d6dbaffca2797ea643655203025640da3c9a"
alignImage
:
config
:
path
:
"
{cipher}9d2e02db4853458d80ace60a86b7d26bfd3d5575b2b76011995ce42e08f641d882e9ac43062a468e11d4b1e38c30b506c595c7f3eaa573af2a86b35c36eec0b2290d3ac8d341ea831a95c88a178c3523857461490f4dad4c9601b69081e939cde18a23db6581275ac1add9bbdab39442"
ocr
:
config
:
path
:
"
{cipher}2963cf52b2ad2ada537c34a98f1a709e80dee0d6224be31409e8a0aba72a5cb9b83429ebe5c22072576b75689afebcae04d4bd5d759da303a0260ef3f040be989cb7513d9d72e53e5cf1045ff9da2f036599c780ec5f48110e2d5f4f8be937de0ffdcf53e18b4fc77c1694de9652f74f"
logging
:
level
:
org
:
springframework
:
cloud
:
gateway
:
TRACE
\ No newline at end of file
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