Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
NielsPilgaard committed Dec 1, 2024
1 parent 94c9b22 commit 05692b1
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions config/appflux-common.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
[flux_cell]
#FE can be stored per byte.
# Default: 1048576
# Range: > 1
amount = 65536

[flux_accessor]
#The I/O limit of Flux Accessor. 0 means no limitation.
# Default: 0
# Range: 0 ~ 2147483647
io_limit = 2000000
#Allow Flux Accessor to charge ME network with stored FE.
enable = false

[misc]
#Allow ME Import Bus to import energy like items/fluids.
enable = false

[third_party_support]
#Enable MI-EU support.
enable_mi = true

0 comments on commit 05692b1

Please sign in to comment.