'application.properties for the spring cloud config server?

    Can anyone provide me with the application.properties for the spring cloud config server?

eureka.client.registerWithEureka = true
    eureka.client.fetchRegistry = true
    eureka.client.serviceUrl.defaultZone = http://localhost:8761/eureka/
    eureka.instance.hostname = localHost

I am quite confused about what to do for the GitHub part.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source