diff --git a/templates/config.txt b/templates/config.txt index 75da697..115a016 100644 --- a/templates/config.txt +++ b/templates/config.txt @@ -8,12 +8,12 @@ "schema": "${DB_SCHEMA}", "migrationsTable": "cfmigrations", "connectionInfo": { - type: "${DB_DRIVER}", - database: "${DB_DATABASE}", - host: "${DB_HOST}", - port: ${DB_PORT}, - username: "${DB_USER}", - password: "${DB_PASSWORD}" + "type": "${DB_DRIVER}", + "database": "${DB_DATABASE}", + "host": "${DB_HOST}", + "port": ${DB_PORT}, + "username": "${DB_USER}", + "password": "${DB_PASSWORD}" } } }