postgres-formula/postgres/server
Imran Iqbal 06e5944133 Allow port to be configurable
Regex:

- `^`        Line start
- `#*\s*`    Find line even if commented out
- `(port)`   'port' -- capture as backreference `\1`
- `\s*=\s*`  Equals sign, whether or not surrounded by whitespace
- `\d{4,5}`  Existing port value, expected at 4/5 digits
- `(.*)`     Remainder (i.e. comment) -- capture as backreference `\2`
- `$`        Line end
2018-06-09 00:21:40 +01:00
..
image.sls Make formula relative to actual directory by using 'tpldir' 2018-05-11 22:35:50 +02:00
init.sls Allow port to be configurable 2018-06-09 00:21:40 +01:00