mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-10-29 04:24:14 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			17 lines
		
	
	
	
		
			386 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
	
		
			386 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| url: 'http://misskey.local'
 | |
| 
 | |
| setupPassword: example_password_please_change_this_or_you_will_get_hacked
 | |
| 
 | |
| # ローカルでテストするときにポートを被らないようにするためデフォルトのものとは変える(以下同じ)
 | |
| port: 61812
 | |
| 
 | |
| db:
 | |
|   host: 127.0.0.1
 | |
|   port: 5432
 | |
|   db: test-misskey
 | |
|   user: postgres
 | |
|   pass: ''
 | |
| redis:
 | |
|   host: 127.0.0.1
 | |
|   port: 6379
 | |
| id: aidx
 |