Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Double quotes

...

Code Block
languagejavascript
themeConfluence
ruleset a16x175 {
  meta {
    name "Dropbox module test"
    use module b16x5 
    use module b16x0 alias dropbox with
         app_key = keys:dropbox('"app_key'") and	   
         app_secret = keys:dropbox('"app_secret'")
  }

This example loads the keys in module b16x5 and then uses them to configure module b16x0.  

...