Enhanced file uploading for production (thanks citrinitas3421!)
This commit is contained in:
@@ -20,10 +20,15 @@ NAME=Ahmed Al-Taiar
|
||||
GMAIL=example@gmail.com
|
||||
GMAIL_SMTP_PASSWORD=chan geme xyza bcde
|
||||
|
||||
DOMAIN=example.com
|
||||
API_DOMAIN=api.example.com
|
||||
|
||||
# Must not end with "/"
|
||||
DOMAIN_PROD=https://example.com
|
||||
DOMAIN_DEV=http://localhost:8910
|
||||
ADDRESS_PROD=https://example.com
|
||||
ADDRESS_DEV=http://localhost:8910
|
||||
API_ADDRESS_PROD=https://api.example.com
|
||||
API_ADDRESS_DEV=http://localhost:8911
|
||||
|
||||
MAX_HTTP_CONNECTIONS_PER_MINUTE=60
|
||||
|
||||
DATABASE_URL=postgresql://user:password@localhost:5432/rw_portfolio
|
||||
|
||||
SESSION_SECRET=regenerate_me
|
||||
|
||||
Reference in New Issue
Block a user