Depends on D10186
Set the default socket address depending on the build configuration. We use staging for debug builds and prod for release builds. This mirrors the defaults on keyserver.
Differential D10187
[native] use build configuration to set socket addr varun on Dec 4 2023, 10:05 PM. Authored by Tags None Referenced Files
Details Depends on D10186 Set the default socket address depending on the build configuration. We use staging for debug builds and prod for release builds. This mirrors the defaults on keyserver. the newly added unit test passed after building with and without a JSON file present, and with/without --release, i made sure the correct IDENTITY_SOCKET_ADDR value was present
Diff Detail
Event TimelineComment Actions the next diff will let users override the default socket addr with config from a json file. will test those changes on both android and iOS
Comment Actions yeah i think we should have separate config files for each service. we can write all the consts to the same rust file using the pattern in build.rs, though
|