projects
/
recipes.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c012be0
)
Add some constants
author
Greg Burri
<greg.burri@gmail.com>
Tue, 20 Aug 2019 20:56:47 +0000
(22:56 +0200)
committer
Greg Burri
<greg.burri@gmail.com>
Tue, 20 Aug 2019 20:56:47 +0000
(22:56 +0200)
backend/src/consts.rs
patch
|
blob
|
history
diff --git
a/backend/src/consts.rs
b/backend/src/consts.rs
index
b9f1e41
..
a7fcf2d
100644
(file)
--- a/
backend/src/consts.rs
+++ b/
backend/src/consts.rs
@@
-1
+1,3
@@
-pub static FILE_CONF: &str = "conf.ron";
\ No newline at end of file
+pub static FILE_CONF: &str = "conf.ron";
+pub static DB_DIRECTORY: &str = "data";
+pub static DB_FILENAME: &str = "recipes.sqlite";
\ No newline at end of file