Initial.
This commit is contained in:
16
file_processor/config/config.exs
Normal file
16
file_processor/config/config.exs
Normal 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"
|
||||
Reference in New Issue
Block a user