commit | 26ebcc022c577e88fe0f53be19d912d4dac416cc | [log] [tgz] |
---|---|---|
author | Filip Pytloun <filip@pytloun.cz> | Tue Oct 06 16:28:32 2015 +0200 |
committer | Filip Pytloun <filip@pytloun.cz> | Tue Oct 06 16:40:56 2015 +0200 |
tree | d5165f0366b46d468c7fbaf02c142b7738c35b36 |
Initial commit
diff --git a/metadata/service/server/single.yml b/metadata/service/server/single.yml new file mode 100644 index 0000000..5434790 --- /dev/null +++ b/metadata/service/server/single.yml
@@ -0,0 +1,10 @@ +applications: +- postgresql +parameters: + postgresql: + server: + enabled: true + bind: + address: '0.0.0.0' + port: 5432 + protocol: tcp