Skip to content

ReefNetwork/Coral-Reef

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

938 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Coral Reef

Build and Deploy Feature Merge Stable Discord

Reef Seichi Server Plugin

Documents

GitHub Actions
コミットルール

Config

#サーバーの区別ID
server_0: seichi_1

# サーバーの表示名
server: "てすと"

# 起動時にsql系のセットアップをするか
is_sql_init: true

MySQL

データベースとユーザーの作成

CREATE DATABASE CoralReef;
CREATE USER pmmp IDENTIFIED BY 'password';
GRANT ALL on CoralReef.* to pmmp;

sql.yml

database:
  type: mysql
  mysql:
    host: 127.0.0.1
    username: pmmp
    password: "password"
    schema: CoralReef
  worker-limit: 5

Composer

composer install

About

Reef Server plugin (2代目)

Resources

Stars

Watchers

Forks

Contributors 4

  •  
  •  
  •  
  •