Reputation: 55
I need to set a global application setting in my app. I don't really want to use the database as it's just a single flag. I can't use Memcache because it's not durable. Not sure if env variable is shared will al instances after the change? This setting might be changed in the app (like once a month)
Is there any other Google Service where I could place it? There will be quite a lot of reads
Upvotes: 0
Views: 56
Reputation: 16573
Here are a few options:
Upvotes: 1