6 lines
280 B
Rust
6 lines
280 B
Rust
//! # Application constants
|
|
pub const SECRET_MINIO_INSTANCE_ACCESS_KEY: &str = "accessKey";
|
|
pub const SECRET_MINIO_INSTANCE_SECRET_KEY: &str = "secretKey";
|
|
|
|
pub const SECRET_MINIO_BUCKET_ACCESS_KEY: &str = "accessKey";
|
|
pub const SECRET_MINIO_BUCKET_SECRET_KEY: &str = "secretKey"; |