15 lines
310 B
Bash
15 lines
310 B
Bash
##
|
|
# Environment: Default
|
|
#
|
|
# We're using this to set variables for development.
|
|
# Please feel free to delete or modify this file for your own setup.
|
|
# Be careful not to commit anything sensitive to source control.
|
|
#
|
|
|
|
PUBLIC_URL=/
|
|
|
|
#
|
|
# Most vars require REACT_APP_* naming
|
|
#
|
|
REACT_APP_CONFIG=config/default.js
|