summarylogtreecommitdiffstats
path: root/database.json
blob: a77d8602b1525466eddeb6a697ebb1c11ba8cb00 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
	"sql-file": true,
	"defaultEnv": "prod",
	"prod": {
		"driver": "pg",
		"user": "karaokemugen_app",
		"password": "musubi",
		"host": "localhost",
		"database": "karaokemugen_app",
		"port": 5432,
		"schema": "public",
		"superuser": "postgres",
		"superuserPassword": null,
		"bundledPostgresBinary": false
	}
}