mirror of
https://github.com/araxiaonline/AstoriaCore-AC.git
synced 2026-06-13 02:22:24 -04:00
8 lines
388 B
Bash
8 lines
388 B
Bash
#!/usr/bin/env bash
|
|
|
|
cp src/server/worldserver/worldserver.conf.dist docker/worldserver/etc/worldserver.conf.dist
|
|
cp src/server/authserver/authserver.conf.dist docker/authserver/etc/authserver.conf.dist
|
|
|
|
cp docker/worldserver/etc/worldserver.conf.dockerdist docker/worldserver/etc/worldserver.conf
|
|
cp docker/authserver/etc/authserver.conf.dockerdist docker/authserver/etc/authserver.conf
|