Adminer

Adminer is an optional container that can be enabled for your project. You can do this by running tok config-set services adminer enabled trueor adding the following YAML to your .tok/config.ymlfile inside your site's repository:

services:
  adminer:
    enabled: true

After adding this configuration you need to run tok rebuild to have Adminer initialised. You can then access Adminer using your browser by running tok open adminer.

You can connect to Adminer using these details:

  • Server: mysql
  • Username: tokaido
  • Password: tokaido
  • Database: tokaido

Warning

Although you're accessing Adminer from your local host, it's important to remember that it is running inside Tokaido, so the database hostname is always the local representation of 'mysql'.
Notice something wrong? Shoot us a PR!