i have private git repository created gogs , running docker containter. when start config server, temporal folder created in personal folder name these: config-repo-6084055946640576163 inside it, apears config file, asume repository cloned server, but, when access through internet explorer can`t see config, empty.
i chedk url http://localhost:8888/micro-central-get-ticket/env , get
{"name":"micro-central-get-ticket","profiles":["env"],"label":"master","propertysources":[]}
my server config file looks like:
spring: application: name: server-config cloud: config: server: git: uri: http://xxx.xx.xx.xx:3000/admin123/config-repository password: admin123
what missing?
it seems releated windows, deploying application on linux worked. check post
Comments
Post a Comment