Skip to content

Instantly share code, notes, and snippets.

@cleopatra27
Created March 8, 2019 14:17
Show Gist options
  • Save cleopatra27/1cd59a2ba623bf3999a1c3dd1cf535d7 to your computer and use it in GitHub Desktop.
Save cleopatra27/1cd59a2ba623bf3999a1c3dd1cf535d7 to your computer and use it in GitHub Desktop.
config
public static final String SANBOX_URL = System.getenv("SANBOX_URL");
public static final String SECRET_KEY = System.getenv("SECRET_KEY");
public static final String PUBLIC_KEY = System.getenv("PUBLIC_KEY");
public static final String ENCRYPTION_KEY = System.getenv("ENCRYPTION_KEY");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment