mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-10-31 05:24:13 +00:00 
			
		
		
		
	Update example config
This commit is contained in:
		
							parent
							
								
									e495e0d2e6
								
							
						
					
					
						commit
						e485e8936f
					
				
					 1 changed files with 7 additions and 8 deletions
				
			
		|  | @ -1,14 +1,13 @@ | ||||||
| name: 'example-instance-name' # Name of your instance | name: example-instance-name # Name of your instance | ||||||
| description: 'example-description' # Description of your instance | description: example-description # Description of your instance | ||||||
| 
 | 
 | ||||||
| maintainer: | maintainer: | ||||||
|   name: 'example-maitainer-name' # Your name |   name: example-maitainer-name # Your name | ||||||
|   url: 'http://example.com/' # Your contact (http or mailto) |   url: http://example.com/ # Your contact (http or mailto) | ||||||
|   repository_url: 'https://github.com/syuilo/misskey' # Repository URL |   repository_url: https://github.com/syuilo/misskey # Repository URL | ||||||
|   feedback_url: 'https://github.com/syuilo/misskey/issues' # Feedback URL (e.g. github issue) |   feedback_url: https://github.com/syuilo/misskey/issues # Feedback URL (e.g. github issue) | ||||||
| 
 | 
 | ||||||
| url: http://localhost/ | url: http://localhost/ | ||||||
| 
 |  | ||||||
| port: 80 | port: 80 | ||||||
| 
 | 
 | ||||||
| mongodb: | mongodb: | ||||||
|  | @ -21,7 +20,7 @@ mongodb: | ||||||
| redis: | redis: | ||||||
|   host: localhost |   host: localhost | ||||||
|   port: 6379 |   port: 6379 | ||||||
|   pass: 'example-pass' |   pass: example-pass | ||||||
| 
 | 
 | ||||||
| recaptcha: | recaptcha: | ||||||
|   site_key: example-site-key |   site_key: example-site-key | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue