„config.example.php“ ändern
							parent
							
								
									c92f4c45af
								
							
						
					
					
						commit
						5f4a64d461
					
				|  | @ -1,13 +1,24 @@ | ||||||
| <?php  | <?php  | ||||||
| $RUNTIME['PDO']	= new PDO('mysql:host=...;dbname=...', '...', '...'); //The Robust DB
 | $RUNTIME['PDO']	                    =   new PDO('mysql:host=...;dbname=...', '...', '...'); | ||||||
| 
 | 
 | ||||||
| $RUNTIME['SMTP']['SERVER']  =   "localhost"; | $RUNTIME['GRID']['NAME']            = "OpenSim"; | ||||||
| $RUNTIME['SMTP']['PORT']  =   25; | $RUNTIME['GRID']['MAIN_NEWS']       = "Yet an other OpenSim Grid."; | ||||||
| $RUNTIME['SMTP']['ADRESS']  =   "noreplay@localhost"; | $RUNTIME['GRID']['HOMEURL']         = "http://...:8002"; | ||||||
| $RUNTIME['SMTP']['USER']  =   "noreplay@localhost"; |  | ||||||
| $RUNTIME['SMTP']['PASS']  =   "..."; |  | ||||||
| 
 | 
 | ||||||
| $RUNTIME['GRID']['NAME'] = "OpenSim"; | $RUNTIME['SMTP']['SERVER']          =   "localhost"; | ||||||
| $RUNTIME['GRID']['MAIN_NEWS'] = "Yet an other OpenSim Grid."; | $RUNTIME['SMTP']['PORT']            =   25; | ||||||
| $RUNTIME['GRID']['HOMEURL'] = "http://...:8002"; | $RUNTIME['SMTP']['ADRESS']          =   "noreplay@localhost"; | ||||||
| ?>
 | $RUNTIME['SMTP']['USER']            =   "noreplay@localhost"; | ||||||
|  | $RUNTIME['SMTP']['PASS']            =   "..."; | ||||||
|  | 
 | ||||||
|  | $RUNTIME['TOOLS']['IMAGESERVICE']   =   "https://image-service.4creative.net/"; | ||||||
|  | $RUNTIME['TOOLS']['TOS']            =   "https://4creative.net/nutzung.html"; | ||||||
|  | 
 | ||||||
|  | $RUNTIME['DEFAULTAVATAR']["AVATAR1"]['UUID']    =   "0817c915-293a-4041-b5a4-c7c53666bcc6"; | ||||||
|  | 
 | ||||||
|  | $RUNTIME['SIDOMAN']['URL']          = "https://sidoman.4creative.net/"; | ||||||
|  | $RUNTIME['SIDOMAN']['CONTAINER']    = "..."; | ||||||
|  | $RUNTIME['SIDOMAN']['PASSWORD']     = "..."; | ||||||
|  | 
 | ||||||
|  | $RUNTIME['IAR']['BASEURL']          = "https://mcp.4creative.net/data/"; | ||||||
|  | ?>
 | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue