/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-09-08 08:12:26 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20170908081226-8mrt7z9dqh4t37se
* Made the <head> stuffs a template

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
 
6
6
package common;
7
7
 
8
 
public class Config {
 
8
class Config {
9
9
  public static
10
10
  String PW_SALT = "CHANGE_ME!";
11
11
}