fix: specified 2Gi db size from LAMPconfig

This commit is contained in:
Willem 2025-05-02 15:07:39 -04:00
parent e1133ea114
commit 78fffcd725

View File

@ -24,6 +24,7 @@ async fn main() {
// This config can be extended as needed for more complicated configurations
config: LAMPConfig {
project_root: "./php".into(),
database_size: format!("2Gi").into(),
..Default::default()
},
};