Anonymous Auth query

I’m on OSS v9.2.3 (ec9c2ed029)
I’d like to share http://LAN_IP:3000/d-solo/etcetcetcetc?orgId=1&refresh=1m&panelId=27
Dashboard Permissions: Viewer = View
I have restarted Grafana after changing .ini
Config, Preferences, Organization name = Main Org.

But still viewer needs login.

#################################### Anonymous Auth ######################
[auth.anonymous]
# enable anonymous access
;enabled = true

# specify organization name that should be used for unauthenticated users
;org_name = Main Org.

# specify role for unauthenticated users
;org_role = Viewer

# mask the Grafana version number for unauthenticated users
;hide_version = false
```


Ah semi-colons, gotcha. Works OK now. Thank you.