瀏覽代碼

Leave not that the values are overwritten by the code below

Girish Ramakrishnan 10 年之前
父節點
當前提交
cac50e74a5
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      start.sh

+ 1 - 1
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}" \