summaryrefslogtreecommitdiff
path: root/systems/_constants/src
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-02-06 03:37:54 +0800
committer魏曹先生 <1992414357@qq.com>2026-02-06 03:37:54 +0800
commitf0001b45f91e7889c7060e45ac6c740401f7acb3 (patch)
tree51f0f93ecc4b1240871801b52ae0ffa77b3e8e6e /systems/_constants/src
parent520925836243b9c3e60f199f11374b3eddbe3fae (diff)
Add FFI support for constants with C-compatible functions
Diffstat (limited to 'systems/_constants/src')
-rw-r--r--systems/_constants/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/systems/_constants/src/lib.rs b/systems/_constants/src/lib.rs
index e73f81f..d7e4f07 100644
--- a/systems/_constants/src/lib.rs
+++ b/systems/_constants/src/lib.rs
@@ -13,7 +13,7 @@ pub mod server {
pub mod files {
c! { CONFIG = "./config.toml" }
c! { JOIN_REQUEST_KEY = "./.temp/join_requests/{member_name}.pem" }
- c! { KEY = "./keys/{member_name}.pem" }
+ c! { KEY = "./key/{member_name}.pem" }
c! { MEMBER_METADATA = "./meta/{member_name}.toml" }
}