# Pastebin 1G75NRaE ./admin/timescale/create_db.sql:CREATE DATABASE listenbrainz_ts WITH OWNER = listenbrainz_ts TEMPLATE template1 ENCODING = 'UNICODE'; ./consul_config.py.ctmpl:POSTGRES_ADMIN_URI="postgresql://postgres@{{.Address}}:{{.Port}}/template1" ./consul_config.py.ctmpl:TIMESCALE_ADMIN_URI="postgresql://postgres:postgres@{{.Address}}:{{.Port}}/template1"