diff --git a/techhero-auth-test.yml b/techhero-auth-test.yml
deleted file mode 100644
index 67d6b71..0000000
--- a/techhero-auth-test.yml
+++ /dev/null
@@ -1,23 +0,0 @@
-# datasoure默认使用JDBC
-spring:
-  datasource:
-    url: jdbc:oracle:thin:@192.168.0.102:1521:orcl
-    username: zcpt_yw
-    password: zcpt_yw456
-    driverClassName: oracle.jdbc.OracleDriver
-    initial-size: 5
-    validation-query: SELECT 1
-    test-on-borrow: false
-    test-while-idle: true
-    time-between-eviction-runs-millis: 18800
-    jdbc-interceptors: ConnectionState;SlowQueryReport(threshold=1000)
-
-ignore:
-  urls:
-    - /authentication/**
-    - /**/*.css
-    - /info
-    - /loggers/**
-    - /mobile/token
-    - /web/token
-