mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 09:10:25 +08:00
7 lines
212 B
Bash
Executable file
7 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
|