From cac50e74a5ce913152f80621f2ab64bb52e12187 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Mon, 29 Jun 2015 19:46:44 -0700 Subject: [PATCH] Leave not that the values are overwritten by the code below --- start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start.sh b/start.sh index 4d1b15e..fa07056 100755 --- a/start.sh +++ b/start.sh @@ -29,7 +29,7 @@ if [[ ! -f /home/cloudron/gogs/custom/conf/app.ini ]]; then admin_password=$(pwgen -1) echo "Admin password set to ${admin_password}" - # this creates the custom/conf/app.ini + # the values here are mostly overwritten by the template file below curl -X POST http://localhost:3000/install \ --data db_type=MySQL \ --data-urlencode "db_host=${MYSQL_HOST}:${MYSQL_PORT}" \