Leave not that the values are overwritten by the code below

master
Girish Ramakrishnan 2015-06-29 19:46:44 -07:00
parent 33c9d4f0ec
commit cac50e74a5
1 changed files with 1 additions and 1 deletions

View File

@ -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}" \