Advertisement
Guest User

parametri

a guest
Jul 28th, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.68 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ParametriConfigurazione>
  3.   <parametriServer>
  4.     <indirizzoIPServerDiLog>localhost</indirizzoIPServerDiLog>
  5.     <portaServerDiLog>8080</portaServerDiLog>
  6.   </parametriServer>
  7.   <parametriDatabase>
  8.     <indirizzoIPDatabase>localhost</indirizzoIPDatabase>
  9.     <portaDatabase>3306</portaDatabase>
  10.     <nomeDatabase>registrospese</nomeDatabase>
  11.     <usernameDatabase>root</usernameDatabase>
  12.     <passwordDatabase></passwordDatabase>
  13.   </parametriDatabase>
  14.   <parametriStilistici>
  15.     <font>Times New Roman</font>
  16.     <dimensioneFont unita="pt">15</dimensioneFont>
  17.     <maxRecord>10</maxRecord>
  18.   </parametriStilistici>
  19. </ParametriConfigurazione>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement