add openhack files
This commit is contained in:
20
support/tripviewer/web/Utility/TripViewerConfiguration.cs
Normal file
20
support/tripviewer/web/Utility/TripViewerConfiguration.cs
Normal file
@ -0,0 +1,20 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace TripViewer.Utility
|
||||
{
|
||||
public class TripViewerConfiguration
|
||||
{
|
||||
public string BING_MAPS_KEY { get; set; }
|
||||
public string USER_ROOT_URL { get; set; }
|
||||
public string USER_JAVA_ROOT_URL { get; set; }
|
||||
public string TRIPS_ROOT_URL { get; set; }
|
||||
public string POI_ROOT_URL { get; set; }
|
||||
public string STAGING_USER_ROOT_URL { get; set; }
|
||||
public string STAGING_USER_JAVA_ROOT_URL { get; set; }
|
||||
public string STAGING_TRIPS_ROOT_URL { get; set; }
|
||||
public string STAGING_POI_ROOT_URL { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user