feat: Allow running postgrest without configuration

Resolves #1823
This commit is contained in:
Wolfgang Walther
2022-01-22 15:59:26 +01:00
parent c3ade07ad6
commit d9e016be8b
4 changed files with 11 additions and 26 deletions
+1 -3
View File
@@ -10,13 +10,11 @@ cli:
args: ['-e']
- name: dump config
args: ['--dump-config']
use_defaultenv: true
- name: dump schema
args: ['--dump-schema']
use_defaultenv: true
# failures: config files
- name: no config
expect: error
# failures: config files
- name: non-existant config file
expect: error
args: ['does_not_exist.conf']