-
-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
15 changed files
with
167 additions
and
611 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
twelvet-nacos/src/main/java/com/alibaba/nacos/NacosApplication.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
35 changes: 0 additions & 35 deletions
35
twelvet-nacos/src/main/java/com/alibaba/nacos/config/ConfigConstants.java
This file was deleted.
Oops, something went wrong.
53 changes: 53 additions & 0 deletions
53
twelvet-nacos/src/main/java/com/alibaba/nacos/console/config/ConfigConstants.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
/* | ||
* Copyright (c) 2018-2025, lengleng All rights reserved. | ||
* | ||
* Redistribution and use in source and binary forms, with or without | ||
* modification, are permitted provided that the following conditions are met: | ||
* | ||
* Redistributions of source code must retain the above copyright notice, | ||
* this list of conditions and the following disclaimer. | ||
* Redistributions in binary form must reproduce the above copyright | ||
* notice, this list of conditions and the following disclaimer in the | ||
* documentation and/or other materials provided with the distribution. | ||
* Neither the name of the pig4cloud.com developer nor the names of its | ||
* contributors may be used to endorse or promote products derived from | ||
* this software without specific prior written permission. | ||
* Author: lengleng ([email protected]) | ||
*/ | ||
|
||
package com.alibaba.nacos.console.config; | ||
|
||
/** | ||
* @author lengleng | ||
* @date 2019-10-31 | ||
* <p> | ||
* 覆盖nacos 默认配置 | ||
*/ | ||
public interface ConfigConstants { | ||
|
||
/** | ||
* The System property name of Standalone mode | ||
*/ | ||
String STANDALONE_MODE = "nacos.standalone"; | ||
|
||
/** | ||
* 是否开启认证 | ||
*/ | ||
String AUTH_ENABLED = "nacos.core.auth.enabled"; | ||
|
||
/** | ||
* 日志目录 | ||
*/ | ||
String LOG_BASEDIR = "server.tomcat.basedir"; | ||
|
||
/** | ||
* access_log日志开关 | ||
*/ | ||
String LOG_ENABLED = "server.tomcat.accesslog.enabled"; | ||
|
||
/** | ||
* 路径 nacos context path | ||
*/ | ||
String NACOS_CONTEXT_PATH = "server.servlet.contextPath"; | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
78 changes: 0 additions & 78 deletions
78
twelvet-nacos/src/main/resources/META-INF/nacos-default.properties
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.