{ "url": "https://__DOMAIN____PATH__", "secret": "__SECRET__", "database": "postgres", "port": "__PORT__", "admin__username":"__ADMIN__", "admin__password":"__PASSWORD__", "admin__password__confirm":"__PASSWORD__", "trust_proxy": true, "isCluster": false, "postgres": { "host": "localhost", "port": "5432", "username": "__DB_NAME__", "password": "__DB_PWD__", "database": "__DB_NAME__" } }