forked from shibao/cannery
		
	add locale options to guides
This commit is contained in:
		@@ -110,6 +110,7 @@ In `dev` mode, Cannery will listen for these environment variables at runtime.
 | 
			
		||||
- `POOL_SIZE`: Controls the pool size to use with PostgreSQL. Defaults to `10`.
 | 
			
		||||
- `REGISTRATION`: Controls if user sign-up should be invite only or set to public. Set to `public` to enable public registration. Defaults to `invite`.
 | 
			
		||||
- `LOCALE`: Sets a custom locale. Defaults to `en_US`.
 | 
			
		||||
  - Available options: `en_US`, `de`, and `fr`
 | 
			
		||||
 | 
			
		||||
## `MIX_ENV=test`
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -63,7 +63,8 @@ You can use the following environment variables to configure Cannery in
 | 
			
		||||
  with `docker run -it shibaobun/cannery mix phx.gen.secret` and set for server to start.
 | 
			
		||||
- `REGISTRATION`: Controls if user sign-up should be invite only or set to
 | 
			
		||||
  public. Set to `public` to enable public registration. Defaults to `invite`.
 | 
			
		||||
- `LOCALE`: Sets a custom locale. Defaults to `en_US`.
 | 
			
		||||
- `LOCALE`: Sets a custom locale. Defaults to `en_US`
 | 
			
		||||
  - Available options: `en_US`, `de`, and `fr`
 | 
			
		||||
- `SMTP_HOST`: The url for your SMTP email provider. Must be set
 | 
			
		||||
- `SMTP_PORT`: The port for your SMTP relay. Defaults to `587`.
 | 
			
		||||
- `SMTP_USERNAME`: The username for your SMTP relay. Must be set!
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user