script-splitter/Config.cs

8 lines
218 B
C#
Raw Normal View History

using System.Collections.Generic;
public class Config
{
public string speech_service { get; set; } = "http://eligos.lan:5400";
public string sync_dropoff { get; set; } = "/home/adam/Sync/eligos documents/";
}