From 0961cacaa88b20dad4a9317718bbd887694b1480 Mon Sep 17 00:00:00 2001 From: Chonlasith Jucksriporn Date: Mon, 21 Oct 2024 17:15:51 +0700 Subject: [PATCH] chore: enable database --- cdmm/config/database.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cdmm/config/database.yml b/cdmm/config/database.yml index 01bebb5..6d5cae3 100644 --- a/cdmm/config/database.yml +++ b/cdmm/config/database.yml @@ -29,4 +29,4 @@ test: # ensure the database is located in a persisted volume. production: <<: *default - # database: path/to/persistent/storage/production.sqlite3 + database: storage/production.sqlite3