Vizzuality/landgriffon

View on GitHub
api/config/development.json

Summary

Maintainability
Test Coverage
{
  "db": {
    "type": "postgres",
    "host": "localhost",
    "port": 5432,
    "username": "landgriffon",
    "password": "",
    "database": "landgriffon",
    "logging": [
      "query",
      "error",
      "schema",
      "info",
      "log"
    ]
  },

  "tiler": {
    "host": "localhost",
    "port": 4000
  },
  "auth": {
    "requireUserAccountActivation": false,
    "jwt": {
      "expiresIn": "30 days",
      "secret": "myVeryBadJWTSecretForTests"
    }
  },
  "map": {
    "distributed": true
  },
  "newMethodology": "false"
}