Skip to content
Snippets Groups Projects
Select Git revision
  • ebdcd24cf631a82eeaa38f1f5d060e152ad49b47
  • master default
  • feature-set-current-promotion
  • feature-change-auth
4 results

secrets.js.example

Blame
  • user avatar
    Gringo authored
    10af054f
    History
    secrets.js.example 156 B
    const client_id = "";
    const client_secret = "";
    const username = "";
    const password = "";
    
    module.exports = [client_id, client_secret, username, password];