Skip to content

Commit ce05e24

Browse files
Update sqlbot.conf to remove password comment
1 parent d4a8372 commit ce05e24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

installer/sqlbot/templates/sqlbot.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ POSTGRES_SERVER=${SQLBOT_DB_HOST}
1414
POSTGRES_PORT=${SQLBOT_DB_PORT}
1515
POSTGRES_DB=${SQLBOT_DB_DB}
1616
POSTGRES_USER=${SQLBOT_DB_USER}
17-
POSTGRES_PASSWORD=${SQLBOT_DB_PASSWORD} # Change this to your pwd
17+
POSTGRES_PASSWORD=${SQLBOT_DB_PASSWORD}
1818

1919
SERVER_IMAGE_HOST=${SQLBOT_SERVER_IMAGE_HOST}

0 commit comments

Comments
 (0)