X-Git-Url: https://git.hcoop.net/hcoop/domtool2.git/blobdiff_plain/90dd48df1de3ea116fe2f2c0ec0fe36c71e17e5c..ba051c3a9eedf0becdee6da67f0e055dc3433596:/configDefault/postgres.csg diff --git a/configDefault/postgres.csg b/configDefault/postgres.csg index e09637a..12c752a 100644 --- a/configDefault/postgres.csg +++ b/configDefault/postgres.csg @@ -2,5 +2,8 @@ signature POSTGRES_CONFIG = sig val adduser : string val createdb : string +val dropdb : string +val postgres81port : string +val postgres91port : string end