===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
shoelaces-1.1.0+ds/README.md-209-directory`, while the rest of the templates will be served from the base
shoelaces-1.1.0+ds/README.md:210:directory. Everything except `mappings.yaml` can be put in `env_overrides/$env`
shoelaces-1.1.0+ds/README.md-211-preserving the path.
##############################################
shoelaces-1.1.0+ds/README.md-214-setting different `baseURL` depending on the environment set. Normal requests
shoelaces-1.1.0+ds/README.md:215:would get `baseURL` set to `http://$shoelaces_host:$port` while an environment
shoelaces-1.1.0+ds/README.md:216:request will have `http://$shoelaces_host:$port/env/$environment_name/`
shoelaces-1.1.0+ds/README.md-217-
##############################################
shoelaces-1.1.0+ds/internal/utils/utils.go-78-func ResolveHostname(ip string) (host string) {
shoelaces-1.1.0+ds/internal/utils/utils.go:79:	hosts, err := net.LookupAddr(ip)
shoelaces-1.1.0+ds/internal/utils/utils.go-80-	if err != nil {
##############################################
shoelaces-1.1.0+ds/debian/shoelaces.init.d-64-    	if ! daemon_status; then
shoelaces-1.1.0+ds/debian/shoelaces.init.d:65:		log_begin_msg "$NAME is RUNNING using process id `cat /run/$NAME/$NAME.pid`."
shoelaces-1.1.0+ds/debian/shoelaces.init.d-66-		log_end_msg 0