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

     1  database:
     2      type: "mysql"
     3      connection: "root@/gohan_test"
     4      drop_on_create: true
     5  schemas:
     6      - "../etc/schema/gohan.json"
     7      - "../tests/test_schema.yaml"
     8  address: ":19090"
     9  document_root: "../etc/"
    10  etcd:
    11      - "http://127.0.0.1:4001"
    12  keystone:
    13      use_keystone: true
    14      fake: true
    15      auth_url: "http://localhost:19090/v2.0"
    16      user_name: "admin"
    17      tenant_name: "admin"
    18      password: "gohan"
    19  cors: "*"
    20  # allowed levels  "CRITICAL", "ERROR", "WARNING", "NOTICE", "INFO", "DEBUG",
    21  logging:
    22      stderr:
    23          enabled: true
    24          level: CRITICAL
    25      file:
    26          enabled: true
    27          level: CRITICAL
    28          filename: ./gohan.log