AI-Development-Server/config/sql-server/sql-server.env.example

11 lines
256 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