|
|
@ -14,12 +14,6 @@ |
|
|
|
# See the License for the specific language governing permissions and |
|
|
|
# See the License for the specific language governing permissions and |
|
|
|
# limitations under the License. |
|
|
|
# limitations under the License. |
|
|
|
# |
|
|
|
# |
|
|
|
|
|
|
|
|
|
|
|
# mysql |
|
|
|
|
|
|
|
#spring.datasource.driver-class-name=com.mysql.jdbc.Driver |
|
|
|
|
|
|
|
#spring.datasource.url=jdbc:mysql://localhost:3306/dolphinscheduler?useUnicode=true&characterEncoding=UTF-8 |
|
|
|
|
|
|
|
#spring.datasource.username=root |
|
|
|
|
|
|
|
#spring.datasource.password=123456 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# postgresql |
|
|
|
# postgresql |
|
|
|
spring.datasource.driver-class-name=org.postgresql.Driver |
|
|
|
spring.datasource.driver-class-name=org.postgresql.Driver |
|
|
@ -33,7 +27,6 @@ spring.datasource.password=test |
|
|
|
#spring.datasource.username=xxxx |
|
|
|
#spring.datasource.username=xxxx |
|
|
|
#spring.datasource.password=xxxx |
|
|
|
#spring.datasource.password=xxxx |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# connection configuration |
|
|
|
# connection configuration |
|
|
|
#spring.datasource.initialSize=5 |
|
|
|
#spring.datasource.initialSize=5 |
|
|
|
# min connection number |
|
|
|
# min connection number |
|
|
|