Common Runtime Settings

The following topics list common runtime knobs used in GASDK. For example:

  • Linux/macOS:
     java -jar ga-addressing-service-<version>.jar      
  • Windows (PowerShell):
    java -jar .\ga-addressing-service-<version>.jar       

Runtime knobs are interactive settings that let you control a program's behavior or appearance while it is running. These settings allow you to adjust parameters without modifying the code. Often, runtime knobs can also sync their values with URL parameters, making it easy to share and save specific configurations.