github.com/System-Glitch/goyave/v2@v2.10.3-0.20200819142921-51011e75d504/config.test.json (about)

     1  {
     2      "app": {
     3          "name": "goyave",
     4          "environment": "test",
     5          "debug": false,
     6          "defaultLanguage": "en-US"
     7      },
     8      "server": {
     9          "maintenance": false,
    10          "protocol": "http",
    11          "domain": "",
    12          "port": 1235,
    13          "httpsPort": 1236,
    14          "timeout": 10,
    15          "maxUploadSize": 10
    16      },
    17      "database": {
    18          "connection": "none",
    19          "host": "127.0.0.1",
    20          "port": 3306,
    21          "name": "goyave",
    22          "username": "goyave",
    23          "password": "secret",
    24          "options": "charset=utf8&parseTime=true&loc=Local",
    25          "maxOpenConnections": 20,
    26          "maxIdleConnections": 20,
    27          "maxLifetime": 300,
    28          "autoMigrate": false
    29      },
    30      "auth": {
    31          "jwt": {
    32              "expiry": 300.0,
    33              "secret": "jwt-secret"
    34          },
    35          "basic": {
    36              "username": "admin",
    37              "password": "admin"
    38          }
    39      }
    40  }