Initial homepage and feed up and running

This commit is contained in:
2022-03-29 12:59:31 -05:00
parent 0c01712341
commit 2a8571d6dd
38 changed files with 864 additions and 47 deletions

View File

@@ -1,5 +1,5 @@
import { env } from '@extollo/lib'
export default {
name: env('APP_NAME', 'Extollo'),
name: env('APP_NAME', 'Garrett Mills'),
}

View File

@@ -3,7 +3,7 @@ import { env } from "@extollo/lib";
export default {
connections: {
default: {
user: env('DATABASE_USERNAME', 'extollo'),
user: env('DATABASE_USERNAME', 'www'),
password: env('DATABASE_PASSWORD'),
host: env('DATABASE_HOST', 'localhost'),
port: env('DATABASE_PORT', 5432),