fourier-config.json 609 B

123456789101112131415161718192021
  1. {
  2. "device_id":"<10char>",
  3. "basepath":"/var/fourier",
  4. "bucket": "fourier-6e14d.appspot.com",
  5. "projectId":"fourier-6e14d",
  6. "keyFilename":"/etc/Fourier-key.json",
  7. "installDir":"<programs-path>",
  8. "firebase": {
  9. "apiKey": "AIzaSyAH7eXARukgBCLFOfw4-Kl-NatHc-fOA68",
  10. "authDomain": "fourier-6e14d.firebaseapp.com",
  11. "databaseURL": "https://fourier-6e14d.firebaseio.com",
  12. "storageBucket": "fourier-6e14d.appspot.com",
  13. "messagingSenderId": "1032228035742"
  14. },
  15. "receivers_count":16,
  16. "database": {
  17. "user": "fourier",
  18. "password": "Sup3rDuper!",
  19. "database": "fourier"
  20. }
  21. }