Class Environment

java.lang.Object
com.fredriksonsound.iot_backoffice_auth.Environment

public class Environment
extends java.lang.Object
General app environment settings. Obsolete since @PropertySource can do this, in appConfig.
  • Field Summary

    Fields 
    Modifier and Type Field Description
    java.lang.String ENVIRONMENT  
    static java.lang.String JWT_PRIV_KEY_STR  
    static java.lang.String JWT_PUB_KEY_STR  
    java.lang.String SQL_DB  
    java.lang.String SQL_HOST  
    java.lang.String SQL_PASS  
    java.lang.String SQL_USER  
  • Constructor Summary

    Constructors 
    Constructor Description
    Environment()  
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait