/magstudentportal/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/magstudentportal/trunk

« back to all changes in this revision

Viewing changes to src/main/java/common/Config.java

  • Committer: Gustav Hartvigsson
  • Date: 2017-08-18 12:05:06 UTC
  • mto: (15.1.9 magstudentportal-more-db)
  • mto: This revision was merged to the branch mainline in revision 17.
  • Revision ID: gustav.hartvigsson@gmail.com-20170818120506-qg1vf885gc5x2e17
* added a few things that will help with development

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
package common;
 
2
 
 
3
public class Config {
 
4
  public static
 
5
  String PW_SALT = "CHANGE_ME!";
 
6
}