need to specify 'samenet' for psql
This commit is contained in:
@@ -64,7 +64,7 @@
|
|||||||
|
|
||||||
# allow remote connections to dev DBs
|
# allow remote connections to dev DBs
|
||||||
authentication = ''
|
authentication = ''
|
||||||
${lib.concatStringsSep "" (map (db: "host ${db}_dev all md5\n") opts.databases) }
|
${lib.concatStringsSep "" (map (db: "host ${db}_dev all samenet md5\n") opts.databases) }
|
||||||
'';
|
'';
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user