mirror of
				https://github.com/veganhacktivists/arabot.git
				synced 2025-11-04 04:49:49 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			430 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			430 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
# Tokens
 | 
						|
DISCORD_TOKEN= # Bot token from: https://discord.com/developers/
 | 
						|
 | 
						|
# Configuration
 | 
						|
DEFAULT_PREFIX= # Prefix used to run commands in Discord
 | 
						|
DEVELOPMENT= # (true/false) Enables developer mode
 | 
						|
 | 
						|
# Docker
 | 
						|
POSTGRES_USER=USERNAME
 | 
						|
POSTGRES_PASSWORD=PASSWORD
 | 
						|
POSTGRES_DB=DB
 | 
						|
 | 
						|
# Database URL (designed for Postgres, but designed on Prisma)
 | 
						|
DATABASE_URL= # "postgresql://USERNAME:PASSWORD@postgres:5432/DB?schema=ara&sslmode=prefer"
 |