.env.sample tidy-up suggestions #8
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
APP_URLcould be set incompose.ymltohttps://${DOMAIN}if it never needs to be separate toDOMAIN, or in.env.sampleif it needs to remain possible to configure it separatelyDB_CONNECTION,DB_PORT,DB_HOST,DB_USERNAMEandDB_DATABASEcan be moved tocompose.ymlbecause the database with the default settings will always be available; if it should be possible to connect to a separate MySQL server then it might be better to have acompose.external-db.ymlor something, and move those settings to the end of the.env.sample.