Skip to main content
Module

x/postgres/tests/config.json

PostgreSQL driver for Deno
Extremely Popular
Go to Latest
File
{ "ci": { "postgres_classic": { "applicationName": "deno_postgres", "database": "postgres", "hostname": "postgres_classic", "password": "postgres", "port": 5432, "users": { "clear": "clear", "main": "postgres", "md5": "md5", "tls_only": "tls_only" } }, "postgres_scram": { "applicationName": "deno_postgres", "database": "postgres", "hostname": "postgres_scram", "password": "postgres", "port": 5432, "users": { "scram": "scram" } } }, "local": { "postgres_classic": { "applicationName": "deno_postgres", "database": "postgres", "hostname": "localhost", "password": "postgres", "port": 6001, "users": { "clear": "clear", "main": "postgres", "md5": "md5", "tls_only": "tls_only" } }, "postgres_scram": { "applicationName": "deno_postgres", "database": "postgres", "hostname": "localhost", "password": "postgres", "port": 6002, "users": { "scram": "scram" } } }}