Antonio Canzanella

Results 4 comments of Antonio Canzanella

@pczabans have you tried with ``` "connectionGlobalHeaders": "Authorization=Basic YWRtaW46YWRtaW4=" ``` YWRtaW46YWRtaW4= this is a base64 string with credential like username:password

@Liversage do you have some tips on how to split definitions into multiple proto files? for example i want to have one with all messages definition and the other one...

> @AntoCanza using the ProtoRoot parameter is nice if you want to share certain commonly used files. Take this file structure as an example: > > * Protos > ->...

> > > @garfbradaz [according to the docs](https://postgis.net/workshops/postgis-intro/indexing.html), the same DDL is used to create indexes on PostGIS objects - so that should be fine. You may need to specify...