BROKER_HOST=white-rabbit.nasqueron.org BROKER_USER=`ssh -i /root/.ssh/id_zr zr@ysul.nasqueron.org getcredentials 56 username` BROKER_PASS=`ssh -i /root/.ssh/id_zr zr@ysul.nasqueron.org getcredentials 56` BROKER_VHOST=dev
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
All Stories
Jan 23 2016
Credentials created on the broker and saved at K56.
Jan 22 2016
More robust .env code
When .env doesn't exist, it executes what it should (echo "APP_KEY=SomeRandomString" > .env then php artisan key:generate but the command doesn't update .env.
Build is green https://ci.nasqueron.org/job/test-notifications-phab/48/ for more details.
Build has FAILED
Perfect, every test making requests failed with RuntimeException: No supported encrypter found. The cipher and / or key length are invalid..
Build has FAILED
See also rNOTIF53de6354a0b3, which allowed the site to run without any exception in this scenario.
T690 shows why this commit, created to facilitate CI configuration, were a rather bad idea.
Actually, the application itself creates a security risk with a default valid key. That will be SomeRandomString.
SomeRandomString actually won't work.
Lack of application key
All is done and moved, but the domain name tazaouaght.com has been lost.
Jan 21 2016
Build is green https://ci.nasqueron.org/job/test-notifications-phab/45/ for more details.
Build is green https://ci.nasqueron.org/job/test-notifications-phab/44/ for more details.
The current message doesn't convey enough the installation is shared by pad.nasqueron.org and pad.wolfplex.be.
Nuern claimed for the PostGreSQL server on Dwellers, see T686.
Build is green https://ci.nasqueron.org/job/test-notifications-phab/43/ for more details.
Build is green https://ci.nasqueron.org/job/test-notifications-phab/42/ for more details.
Rebased.
Build is green https://ci.nasqueron.org/job/test-notifications-phab/41/ for more details.
Rebased against D250.