diff --git a/startup.sh b/startup.sh index c49bed3..daa0fa5 100755 --- a/startup.sh +++ b/startup.sh @@ -20,4 +20,10 @@ source /usr/local/rvm/scripts/rvm bundle exec script/restore_redis bundle exec script/resque > resque.log 2>&1 & script/sync_tables_trigger.sh & + +# Recreate api keys in db and redis, so sql api is authenticated +echo 'delete from api_keys' | psql -U postgres -t carto_db_development +bundle exec rake carto:api_key:create_default + +# bundle exec rake carto:api_key:create_default bundle exec thin start --threaded -p 3000 --threadpool-size 5