Setting up Device Information Service with Zephyr

I can't figure out how to set the DIS parameters in a Zephyr build. I've got 

CONFIG_BT_DIS=y
In my prj.conf. And that exposes three characteristics: 
0000180a-0000-1000-8000-00805f9b34fb (Handle: 16): Device Information
  Characteristic: 00002a24-0000-1000-8000-00805f9b34fb (Handle: 17): Model Number String
      Property: read
  Characteristic: 00002a29-0000-1000-8000-00805f9b34fb (Handle: 19): Manufacturer Name String
      Property: read
  Characteristic: 00002a50-0000-1000-8000-00805f9b34fb (Handle: 21): PnP ID
      Property: read
      


But where in the setup files do I find the three strings so I can set their values?

Tool chain v2.3.0
nRF Connect version 1.76.2



Related