| 
									
										
										
										
											2024-12-25 14:03:15 -05:00
										 |  |  | # Example .env file--DO NOT EDIT, copy to .env or .env.local then edit | 
					
						
							| 
									
										
										
										
											2025-01-30 02:00:49 +01:00
										 |  |  | 
 | 
					
						
							|  |  |  | # The language the frontend will use. Valid languages are listed in src/lib/i18n/index.ts. | 
					
						
							| 
									
										
										
										
											2024-11-24 15:55:29 +01:00
										 |  |  | PUBLIC_LANGUAGE=en | 
					
						
							| 
									
										
										
										
											2025-01-30 02:00:49 +01:00
										 |  |  | # The public base URL, i.e. the one users will see. Used for building links. | 
					
						
							| 
									
										
										
										
											2024-11-24 22:19:53 +01:00
										 |  |  | PUBLIC_BASE_URL=https://pronouns.cc | 
					
						
							| 
									
										
										
										
											2025-01-30 02:00:49 +01:00
										 |  |  | # The base URL for the URL shortener service. Used for building short links. | 
					
						
							| 
									
										
										
										
											2024-11-24 22:19:53 +01:00
										 |  |  | PUBLIC_SHORT_URL=https://prns.cc | 
					
						
							| 
									
										
										
										
											2025-01-30 02:00:49 +01:00
										 |  |  | # The base public URL for the API. This is (almost) always the public base URL + /api. | 
					
						
							| 
									
										
										
										
											2024-11-24 15:55:29 +01:00
										 |  |  | PUBLIC_API_BASE=https://pronouns.cc/api | 
					
						
							| 
									
										
										
										
											2025-01-30 02:00:49 +01:00
										 |  |  | # The base *private* URL for the API's rate limiter proxy. The frontend will rewrite API URLs to use this. | 
					
						
							|  |  |  | # In development, you can set this to the same value as $PRIVATE_INTERNAL_API_HOST, but be aware that this will disable rate limiting. | 
					
						
							| 
									
										
										
										
											2024-11-24 15:55:29 +01:00
										 |  |  | PRIVATE_API_HOST=http://localhost:5003/api | 
					
						
							| 
									
										
										
										
											2025-01-30 02:00:49 +01:00
										 |  |  | # The base private URL for the API, which bypasses the rate limiter. Used for /api/internal paths and unauthenticated GET requests. | 
					
						
							| 
									
										
										
										
											2024-12-25 14:03:15 -05:00
										 |  |  | PRIVATE_INTERNAL_API_HOST=http://localhost:6000/api | 
					
						
							| 
									
										
										
										
											2025-01-30 02:00:49 +01:00
										 |  |  | 
 | 
					
						
							|  |  |  | # The Sentry URL to use. Optional. | 
					
						
							|  |  |  | PRIVATE_SENTRY_DSN=https://examplePublicKey@o0.ingest.sentry.io/0 |