Nette\Environment config test

Loading config:
Variable foo:
string(11) "hello world"

Constant HELLO_WORLD:
string(11) "hello world"

php.ini config:
object(Config) (3) {
   "mbstring-internal_encoding" => string(5) "UTF-8"
   "date.timezone" => string(13) "Europe/Prague"
   "iconv.internal_encoding" => string(5) "UTF-8"
}

Database config:
object(Config) (2) {
   "adapter" => string(9) "pdo_mysql"
   "params" => object(Config) (4) {
      "host" => string(14) "db.example.com"
      "username" => string(6) "dbuser"
      "password" => string(6) "secret"
      "dbname" => string(6) "dbname"
   }
}

is production mode?
bool(TRUE)