12 lines
257 B
Plaintext
12 lines
257 B
Plaintext
# Example only. Do not put live SQL credentials in this repository.
|
|
#
|
|
# The live file is created at:
|
|
# /etc/atlas/sql-server.env
|
|
#
|
|
# Required live variables:
|
|
ACCEPT_EULA=Y
|
|
MSSQL_PID=Developer
|
|
MSSQL_TCP_PORT=1433
|
|
MSSQL_SA_PASSWORD=CHANGE_ME_DO_NOT_COMMIT
|
|
|