mirror of
https://github.com/discourse/discourse.git
synced 2025-02-11 05:44:59 +00:00
8 lines
212 B
Bash
Executable File
8 lines
212 B
Bash
Executable File
#!/bin/sh
|
|
# This script installs the required example config files before buildpack compilation.
|
|
|
|
set -ex
|
|
|
|
cp config/database.yml.production-sample config/database.yml
|
|
cp config/redis.yml.sample config/redis.yml
|