ruby on rails - How to get application.yaml file after cloning repository -
i have computer , computer b. have created application.yaml file in rails application using figaro gem on computer a. then, cloned repository computer b local environment , noticed missing application.yaml file.
is there way recover this?
the file config/application.yml
not included in repository security
the readme say:
... creates commented config/application.yml file , adds .gitignore ...
the idea not have passwords, api key , other in repository.
you have write configuration.yml
file in each computer have sistem.
Comments
Post a Comment