Skip to content

Server Configuration

Example Configuration

pockets.toml
port=3000
admin_user="[email protected]"
admin_password="test1234"

Configuration Options

  • PORT: defines the port the http server will listen on (defaults to 3000)
  • admin_user: defines the default superuser email used on new instances
  • admin_password: defines the default superuser password used on new instances