mirror of
https://github.com/RaisFast/raisfast.git
synced 2026-09-24 08:02:36 +00:00
16 lines
339 B
TOML
16 lines
339 B
TOML
[plugin]
|
|
id = "{{ plugin_id }}"
|
|
name = "{{ name }} Plugin"
|
|
version = "{{ version }}"
|
|
description = "{{ description }}"
|
|
author = "{{ author }}"
|
|
license = "{{ license }}"
|
|
runtime = "{{ runtime }}"
|
|
language = "{{ runtime }}"
|
|
entry = "{{ entry }}"
|
|
|
|
[permissions]
|
|
max_memory_mb = {{ max_memory_mb }}
|
|
timeout_ms = {{ timeout_ms }}
|
|
database = []
|