mirror of
https://github.com/9ParsonsB/Pulsar.git
synced 2025-12-17 21:14:58 +01:00
Fix Dev Proxy
Setup User Secrets for config
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
|
||||
namespace Pulsar;
|
||||
|
||||
public class PulsarConfiguration
|
||||
{
|
||||
[Required]
|
||||
public string JournalDirectory { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user