settings.json 151 B

12345678910
  1. {
  2. "fake": {
  3. "secret": "the secret, share you will"
  4. },
  5. "public": {
  6. "fake": {
  7. "not-secret": "the secret, share you will"
  8. }
  9. }
  10. }