All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ri.Keel.3.2.20.source-code.sample.config.yml Maven / Gradle / Ivy

Go to download

A website framework with VERT.X for ex-PHP-ers, exactly Ark Framework Users.

The newest version!
# [KeelLoggerOptions]
logger:
  fallback:
    dir: "/dev/null"
    # level: NOTICE
    # rotate: yyyyMMddHH
    # keepWriterReady: YES
    # showThreadID: NO
    # fileOutputCharset: UTF8
  instances:
    - sample-aspect:
        dir: /Users/leqee/code/Keel/log
        # choices of level: DEBUG, INFO, NOTICE, WARNING, ERROR, FATAL, SILENT
        level: NOTICE
        rotate: yyyyMMddHH
        keepWriterReady: YES
        showThreadID: NO
        fileOutputCharset: UTF8

# [KeelMySQLOptions]
mysql:
  primary: sample_database
  instances:
    - data_source:
        host: 127.0.0.1
        port: 3306
        username: username
        password: "***"
        schema: test
        charset: utf8
        useAffectedRows: YES
        pool:
          maxSize: 16
          shared: NO

# For KeelSmtpKit
email:
  smtp:
    primary: sample_sender
    instances:
      hostname: mail.sample.com
      port: 25
      username: [email protected]
      password: "***"
      # choices of ssl: ON, OFF
      ssl: ON
      keepAlive: OFF
      maxPoolSize: 16
      trustAll: OFF
      # userAgent: "***"




© 2015 - 2024 Weber Informatics LLC | Privacy Policy