Giter Club home page Giter Club logo

yao-init's Introduction

YAO 应用

文档: https://yaoapps.com/doc

默认管理员账号

账号 [email protected]
密码 A123456p+

环境变量

变量名称 说明 示例
YAO_ENV 服务模式 developmentproduction development
YAO_HOST 服务监听地址 0.0.0.0 127.0.0.1
YAO_PORT 服务监听端口默认为 5099 5066
YAO_DB_DRIVER 数据库驱动 sqlite3mysql sqlite3
YAO_DB_PRIMARY 数据文件过驱动 DSN /app/db/yao.db
YAO_LANG 语言 en-us,zh-ch zh-cn
YAO_LOG 日志文件地址 ./logs/application.log
YAO_LOG_MODE 日志文件格式 TEXTJSON JSON
YAO_SESSION_STORE 会话存储方式 fileredis file
YAO_SESSION_FILE 会话文件地址 fileredis /app/db/.session
YAO_STUDIO_PORT Studio API 服务端口默认为 5077 5077
OPENAI_KEY OPENAI API KEY, 可在连接器中更换变量名。 启用 Neo 或 AIGC 必须。 sk-xxx

.env 文件

YAO_DB_DRIVER="sqlite3"
YAO_DB_PRIMARY="/app/db/yao.db"
YAO_ENV="development"
YAO_HOST="0.0.0.0"
YAO_LANG="zh-cn"
YAO_LOG="./logs/application.log"
YAO_LOG_MODE="TEXT"
YAO_PORT="5099"
YAO_SESSION_FILE="/app/db/.session"
YAO_SESSION_STORE="file"
YAO_STUDIO_PORT="5077"
OPENAI_KEY="sk-123456"

yao-init's People

Contributors

trheyi avatar qjautumn avatar

Stargazers

yflau avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.