github.com/jbking/gohan@v0.0.0-20151217002006-b41ccf1c2a96/server/server_test_config.yaml (about)

     1  database:
     2      type: "sqlite3"
     3      connection: "test.db"
     4  schemas:
     5      - "../etc/schema/gohan.json"
     6      - "../tests/test_schema.yaml"
     7  address: ":19090"
     8  document_root: "../etc/"
     9  etcd:
    10      - "http://127.0.0.1:4001"
    11  keystone:
    12      use_keystone: true
    13      fake: true
    14      auth_url: "http://localhost:19090/v2.0"
    15      user_name: "admin"
    16      tenant_name: "admin"
    17      password: "gohan"
    18  cors: "*"
    19  
    20  logging:
    21    stderr:
    22      enabled: false
    23      level: ERROR