Guest User

Untitled

a guest
Nov 15th, 2017
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. spring.datasource.url=jdbc:mysql://localhost:3306/table_name?autoReconnect=true&useSSL=false
  2. spring.datasource.username=username
  3. spring.datasource.password=password
  4. spring.datasource.driverClassName=com.mysql.jdbc.Driver
  5.  
  6. export const appConfig = {
  7. apiUrl: 'http://xx.xx.xx.xx:8081',
  8. };
Add Comment
Please, Sign In to add comment