generated from autonomic-cooperative/astro-payload-template
3wc
a55798431b
All checks were successful
continuous-integration/drone/push Build is passing
Re autonomic-cooperative/astro-payload-template#2
14 lines
458 B
Bash
14 lines
458 B
Bash
# This file is just for local dev; see <somewhere else> for live deployment
|
|
NAME=astroad
|
|
|
|
PAYLOAD_URL=http://localhost:3003
|
|
PAYLOAD_PORT=3003
|
|
|
|
##############################################################################
|
|
# Infinite nerd depth settings, you probably don't need to change these #
|
|
##############################################################################
|
|
|
|
PAYLOAD_SECRET=supersecretkey
|
|
MONGODB_USER=payload
|
|
MONGODB_PASSWORD=password
|