|
|
|
|
|
by petems
1692 days ago
|
|
Thanks, proper documentation will come really soon. All configurations are stored in motor.yml file which is automatically generated in root directory. There might be two ways handling configurations:
1. Use git to create commits with new configurations in motor.yml and deploy/pull that git repo on the production host in order to update the configs. 2. rake motor:sync to sync configurations directly to production app host via API. There a bit of info about configurations sync between environment here: https://github.com/motor-admin/motor-admin-rails#configurati... |
|