package com.arms.api.util.env;

public enum ApplicationProfile {
    DEV,STG,LIVE
}
