Created
August 4, 2015 19:40
-
-
Save Dalmirog-zz/4302c4c9f4f713d28ac3 to your computer and use it in GitHub Desktop.
Get Built In directory path from SQL
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| use "NameOfYourOctopusDatabase" /* <-- Change this */ | |
| select JSON from Configuration | |
| where id = 'builtinrepositoryconfigurations-single' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment