Each user that has a valid 1D touch account can generate an api Token with
POST /oauth/token
{
grant_type=password
[email protected]
password=password
Each user that has a valid 1D touch account can generate an api Token with
POST /oauth/token
{
grant_type=password
[email protected]
password=password
| # | |
| # Export development database(MySQL) data to sql file in order to | |
| # import to production database(PostgreSQL) task specialized radiant. | |
| # | |
| # WARGNING: It should be configured database.yml also created databases | |
| # both development and production and runned db:migrate before run tasks. | |
| # MySQL database is already imported is needed. | |
| # | |
| # usage: rake db:convert:execute | |
| # |