We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I've marked one of my blurb's as published, but my production server isn't seeing the changes. This line pops up in the log occasionally:
** [Copycopter] [P:8994] [T:82457100] Downloaded translations
The dev server (running development environment), does see the changes.
This is my config file:
CopycopterClient.configure do |config| config.api_key = ENV['COPYCOPTER_API_KEY'] config.host = ENV['COPYCOPTER_HOST'] end
Running ENV['COPYCOPTER_API_KEY'] from a rails console on the production server yields the correct key.
ENV['COPYCOPTER_API_KEY']
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I've marked one of my blurb's as published, but my production server isn't seeing the changes. This line pops up in the log occasionally:
** [Copycopter] [P:8994] [T:82457100] Downloaded translations
The dev server (running development environment), does see the changes.
This is my config file:
Running
ENV['COPYCOPTER_API_KEY']
from a rails console on the production server yields the correct key.The text was updated successfully, but these errors were encountered: