Start building out model; query all journals and pages from filesystem

This commit is contained in:
Ryan Pandya
2022-08-30 11:24:56 -07:00
parent cfd1738ef3
commit 51a7b8be93
12 changed files with 148 additions and 11 deletions
+5
View File
@@ -0,0 +1,5 @@
import Config
# Import environment specific config. This must remain at the bottom
# of this file so it overrides the configuration defined above.
import_config "#{config_env()}.env.exs"
+4
View File
@@ -0,0 +1,4 @@
import Config
config :logsrv, port: 8080
config :logsrv, dir: "../Notes"
+3
View File
@@ -0,0 +1,3 @@
import Config
config :logsrv, port: 12545
+3
View File
@@ -0,0 +1,3 @@
import Config
config :logsrv, port: 8081