-
Notifications
You must be signed in to change notification settings - Fork 58
Umbrella Apps
Dimitrios Zorbas edited this page Dec 22, 2016
·
2 revisions
In this page you may find information about using Kitto in an umbrella environment.
For Kitto to know that your application is under an umbrella app structure, you have to add the following:
config :kitto, otp_app: :name_of_your_app
Example:
For a dashboard generated with mix kitto.new photos
the value of :otp_app
must be :photos