Skip to content

Commit

Permalink
adjust verbage, fix var typo
Browse files Browse the repository at this point in the history
  • Loading branch information
archae0pteryx committed Oct 25, 2022
1 parent 78c14c3 commit 52615cf
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .env.defaults
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# template[tags(config,env),replace_all(redwood:${APP_NAME})]
# template[tags(config,env),replace_all(redwood:${app_name})]
DATABASE_URL=postgresql://postgres:development@localhost:5432/redwood_dev
TEST_DATABASE_URL=postgresql://postgres:test@localhost:5433/redwood_test

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- template[tags(markdown),replace(redwood-template-app:${APP_NAME})] -->
<!-- template[tags(markdown),replace(redwood-template-app:${app_name})] -->
# 🌲 $~$ redwood-template-app

*This is a template application using RedwoodJS. It establishes common patterns for creating an app quickly.*
Expand Down
2 changes: 1 addition & 1 deletion TEMPLATE_ENGINE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Template Documentation
# Template Engine Documentation

This documentation describes the interface between this template and the [cli](https://github.com/codingzeal/lumberstack-cli). See that repo for more information.

Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# template[tags(prisma,db), replace_all(redwood:${APP_NAME})]
# template[tags(prisma,db), replace_all(redwood:${app_name})]
version: '3.8'
services:
db:
Expand Down

0 comments on commit 52615cf

Please sign in to comment.