From ed569017a3ae863a2ae9267fc2df24ebae9d19a1 Mon Sep 17 00:00:00 2001 From: Lee Date: Mon, 22 Apr 2024 23:45:10 +0000 Subject: [PATCH] Delete application.yml --- application.yml | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 application.yml diff --git a/application.yml b/application.yml deleted file mode 100644 index 658e786..0000000 --- a/application.yml +++ /dev/null @@ -1,20 +0,0 @@ -server: - address: 0.0.0.0 - port: 80 - servlet: - context-path: / - -# Spring Configuration -spring: - # Don't include null properties in JSON - jackson: - default-property-inclusion: non_null - data: - # MongoDB - This is used for general data storage - mongodb: - uri: mongodb://root:root@10.0.50.118:27017/ - database: paste - -paste: - # The length of the ID for the paste - id-length: 6 \ No newline at end of file