Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Credentials leaked #123

Open
mondaysunrise opened this issue Apr 15, 2022 · 0 comments
Open

Credentials leaked #123

mondaysunrise opened this issue Apr 15, 2022 · 0 comments

Comments

@mondaysunrise
Copy link

# mysqlspring.datasource.url=jdbc:mysql://daily.db.hasor.net:3306/example2?allowMultiQueries=truespring.datasource.driver-class-name=com.mysql.jdbc.Driverspring.datasource.username=examplespring.datasource.password=LonkP-jW3@ptJPxePf# oracle-12c#spring.datasource.driver-class-name=oracle.jdbc.driver.OracleDriver#spring.datasource.url=jdbc:oracle:thin:@localhost:21521:xe#spring.datasource.username=example#spring.datasource.password=LonkP-jW3@ptJPxePf# postgresql#spring.datasource.url=jdbc:postgresql://127.0.0.1:25432/postgres#spring.datasource.driver-class-name=org.postgresql.Driver#spring.datasource.username=postgres#spring.datasource.password=system# mssql#spring.datasource.url=jdbc:sqlserver://localhost:21433;database=master#spring.datasource.driver-class-name=com.microsoft.sqlserver.jdbc.SQLServerDriver#spring.datasource.username=sa#spring.datasource.password=LonkP-jW3@ptJPxePf# sqlite#spring.datasource.url=jdbc:sqlite:sqlite-example.db#spring.datasource.driver-class-name=org.sqlite.JDBC#spring.datasource.username=sa#spring.datasource.password=# h2#spring.datasource.url=jdbc:h2:mem:h2-example#spring.datasource.driver-class-name=org.h2.Driver#spring.datasource.username=sa#spring.datasource.password=# hsql#spring.datasource.url=jdbc:hsqldb:file:hsql-example.db#spring.datasource.driver-class-name=org.hsqldb.jdbcDriver#spring.datasource.username=sa#spring.datasource.password=# derby#spring.datasource.url=jdbc:derby:./derby-example;create=true#spring.datasource.driver-class-name=org.apache.derby.jdbc.EmbeddedDriver#spring.datasource.username=#spring.datasource.password=# db2#spring.datasource.url=jdbc:db2://localhost:50000/example#spring.datasource.driver-class-name=com.ibm.db2.jcc.DB2Driver#spring.datasource.username=DB2INST1#spring.datasource.password=systemspring.datasource.type:com.alibaba.druid.pool.DruidDataSource##初始化时建立物理连接的个数spring.datasource.druid.initial-size=3#最小连接池数量spring.datasource.druid.min-idle=3#最大连接池数量spring.datasource.druid.max-active=4#获取连接时最大等待时间spring.datasource.druid.max-wait=60000#配置监控页面访问登录名称spring.datasource.druid.stat-view-servlet.login-username=admin#配置监控页面访问密码spring.datasource.druid.stat-view-servlet.login-password=admin#是否开启慢sql查询监控spring.datasource.druid.filter.stat.log-slow-sql=true#慢SQL执行时间spring.datasource.druid.filter.stat.slow-sql-millis=100## datawayHASOR_DATAQL_DATAWAY=trueHASOR_DATAQL_DATAWAY_ADMIN=true#HASOR_DATAQL_DATAWAY_DAL_TYPE=nacosHASOR_DATAQL_DATAWAY_NACOSDAL_GROUP=myAppHASOR_DATAQL_DATAWAY_NACOSDAL_ADDR=127.0.0.1:8848nacos.config.server-addr=127.0.0.1:8848#server.servlet.context_path=/appserver.port=8888

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant