This commit is contained in:
2025-12-05 16:57:52 -05:00
commit 2f3d42cf5f
23 changed files with 1264 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
import Config
config :file_processor,
filepath: "/tmp/myfiles",
rfppath: "/tmp/rfpfile"
config :file_processor, FileProcessor.Application,
pubsub: [
phoenix_pubsub: [
adapter: Phoenix.PubSub.PG2,
pool_size: 1
]
]
# Only need this when we have different envs
# import_config "#{config_env()}.exs"