mirror of https://github.com/abpframework/abp.git
7 changed files with 19 additions and 19 deletions
@ -0,0 +1,13 @@ |
|||
namespace Volo.Abp.Cli |
|||
{ |
|||
public static class CliUrls |
|||
{ |
|||
#if DEBUG
|
|||
public const string WwwAbpIo = "https://localhost:44328/"; |
|||
public const string AccountAbpIo = "https://localhost:44333/"; |
|||
#else
|
|||
public const string WwwAbpIo = "https://abp.io/"; |
|||
public const string AccountAbpIo = "https://account.abp.io/"; |
|||
#endif
|
|||
} |
|||
} |
|||
Loading…
Reference in new issue