Skip to content

Instantly share code, notes, and snippets.

@afrikaan-official
Created October 5, 2017 16:44
Show Gist options
  • Save afrikaan-official/d1d278c64954e6ecb3d9255941bff360 to your computer and use it in GitHub Desktop.
Save afrikaan-official/d1d278c64954e6ecb3d9255941bff360 to your computer and use it in GitHub Desktop.
Griffin project's config file
appname = central-api
httpport = 8080
runmode = dev
autorender = false
copyrequestbody = true
EnableDocs = true
RedisHost=172.17.0.2
RedisPort=6379
MySQL=readonly:readonly*34@tcp(146.185.158.165:3306)/container
GitAdminUser = kaan
GitAdminToken = cb9e7b50012be97bd08d2015b693319070115a24
GitUrl = http://localhost:3000
BuildImage = kyurdakok/ant
JavaRunImage = kyurdakok/java-run
DotnetRunImage= kyurdakok/dotnet-run
DownloadPath = /tmp/projects/
ContainerOutputPath = /tmp/output/
#DockerAgentApi = http://agent.docker.projectmonkey.co
DockerAgentApi= http://localhost:8081
#GitApi = http://localhost:8092
GitApi = http://api.git.projectmonkey.co
DockerRemoteApi = http://agent.docker.projectmonkey.co:4243
#CentralApi = http://central-api.projectmonkey.co
CentralApi = http://localhost:9090
GoApiVersion= v1.28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment