Update environment variables to support custom data directory
This commit is contained in:
		| @ -1,6 +1,7 @@ | ||||
| environment="production" | ||||
| applicationHost="localhost" | ||||
| applicationPort="3000" | ||||
| dbFile="data/Purr.sqlite" | ||||
| linkLength="24" | ||||
| adminEmail="admin@purr.example.com" | ||||
| ENVIRONMENT="production" | ||||
| APPLICATIONHOST="localhost" | ||||
| APPLICATIONPORT="3000" | ||||
| DATAPATH="./" | ||||
| DBFILE="data/Purr.sqlite" | ||||
| LINKLENGTH="24" | ||||
| ADMINEMAIL="admin@purr.example.com" | ||||
|  | ||||
		Reference in New Issue
	
	Block a user