# # To load your OneSky details from the environment # just add some erb tags like this. # # api_key: <%%= ENV %> # api_secret: <%%= ENV %> # project_id: <%%= ENV %> #
api_key: <%= config_hash %> api_secret: <%= config_hash %> project_id: <%= config_hash %>
upload:
is_keeping_all_strings: true # Uncomment one of these to filter files in your locales directory # only: # - cms/en.yml # except: # - admin.yml # - rails.yml