Start building out model; query all journals and pages from filesystem
This commit is contained in:
@@ -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"
|
||||
@@ -0,0 +1,4 @@
|
||||
import Config
|
||||
|
||||
config :logsrv, port: 8080
|
||||
config :logsrv, dir: "../Notes"
|
||||
@@ -0,0 +1,3 @@
|
||||
import Config
|
||||
|
||||
config :logsrv, port: 12545
|
||||
@@ -0,0 +1,3 @@
|
||||
import Config
|
||||
|
||||
config :logsrv, port: 8081
|
||||
Reference in New Issue
Block a user