Browse Source

config.json:commentsRepoUrl

CrazyDoctor 1 year ago
parent
commit
ef6ccd39de
2 changed files with 2 additions and 2 deletions
  1. 1 1
      build.gradle
  2. 1 1
      config.json

+ 1 - 1
build.gradle

@@ -59,7 +59,7 @@ task copySources {
 		copy {
 		copy {
 			from file("${projectDir}/config.json")
 			from file("${projectDir}/config.json")
 			into file(buildDir)
 			into file(buildDir)
-			expand(adminPassword: adminPassword)
+			expand(commentsRepoUrl: commentsRepoUrl, adminPassword: adminPassword)
 		}
 		}
 
 
 		copy {
 		copy {

+ 1 - 1
config.json

@@ -1,7 +1,7 @@
 {
 {
 	"server": {
 	"server": {
 		"adminPassword": "${adminPassword}",
 		"adminPassword": "${adminPassword}",
-		"commentsRepoUrl": "https://git.doczilla.pro/CrazyDoctor/js-docs-test"
+		"commentsRepoUrl": "https://${commentsRepoUrl}"
 	},
 	},
 	"sources": {
 	"sources": {
 		"assetsDir": ".doczilla_js_docs",
 		"assetsDir": ".doczilla_js_docs",